tabby/.env
boxbeam 1f51a0946a
refactor(db): Rewrite database code to use sqlx instead of rusqlite (#1340)
* sqlx initialization

* Finish initial pass of refactor

* Finish refactor, document how to use sqlx

* Remove rusqlite dependency

* Fix most tests

* [autofix.ci] apply automated fixes

* All tests pass

* [autofix.ci] apply automated fixes

* Update docs

* Fix conflicts

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-02-01 09:38:37 -08:00

2 lines
48 B
Bash

DATABASE_URL=sqlite://ee/tabby-db/schema.sqlite