mirror of
https://github.com/actix/examples
synced 2025-06-27 01:27:43 +02:00
use sqlite in basics/todo
This commit is contained in:
@ -1 +1,3 @@
|
||||
DATABASE_URL=postgres://localhost/actix_todo
|
||||
DATABASE_URL=sqlite://${CARGO_MANIFEST_DIR}/todo.db
|
||||
SQLX_OFFLINE=true
|
||||
RUST_LOG=info
|
||||
|
Reference in New Issue
Block a user