diff options
| author | Fuwn <[email protected]> | 2021-03-21 19:29:37 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-03-21 19:29:37 -0700 |
| commit | fb2fac712c869fd561bce3a829098555c347e170 (patch) | |
| tree | 7a1c1984b38cfca49bcce98046cc28fd514a9b72 /.env | |
| parent | etc: get started on implementing db routines (diff) | |
| download | whirl-fb2fac712c869fd561bce3a829098555c347e170.tar.xz whirl-fb2fac712c869fd561bce3a829098555c347e170.zip | |
feature: Use sqlx instead of rustqlite
Diffstat (limited to '.env')
| -rw-r--r-- | .env | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,2 +1,4 @@ # My personal .env file I use for development. ~ @fuwn RUST_LOG=warn,whirl=info,whirl=debug + +DATABASE_URL=sqlite:worlds.db |