diff options
| author | Fuwn <[email protected]> | 2021-05-03 16:20:45 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-03 16:20:45 -0700 |
| commit | 0b4299ac3b897c11877d1936641248747742413c (patch) | |
| tree | 1a22a2388562ff38bf2dd9eac55842a530def760 /.env | |
| parent | docs(readme): add development prerequisites (diff) | |
| download | whirl-0b4299ac3b897c11877d1936641248747742413c.tar.xz whirl-0b4299ac3b897c11877d1936641248747742413c.zip | |
feat(db): use diesel instead of sqlx, implement database tests
Diffstat (limited to '.env')
| -rw-r--r-- | .env | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ # This file is *mostly* just a backup for environment variables in case Nix is # either not working or you just don't want to use it. :) -DATABASE_URl=sqlite:whirl.db +DATABASE_URl=whirl.sqlite3 |