1
0
mirror of https://github.com/actix/examples synced 2025-09-01 02:27:00 +02:00

use sqlite in basics/todo

This commit is contained in:
Rob Ede
2022-02-06 07:55:51 +00:00
parent a72663ed26
commit 120d33057a
13 changed files with 130 additions and 64 deletions

View File

@@ -1 +1,3 @@
DATABASE_URL=postgres://localhost/actix_todo
DATABASE_URL=sqlite://${CARGO_MANIFEST_DIR}/todo.db
SQLX_OFFLINE=true
RUST_LOG=info