Skip to content

Commit

Permalink
refactor(db): Rewrite database code to use sqlx instead of rusqlite (#…
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
boxbeam and autofix-ci[bot] authored Feb 1, 2024
1 parent 9ab2575 commit 1f51a09
Show file tree
Hide file tree
Showing 36 changed files with 899 additions and 687 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DATABASE_URL=sqlite://ee/tabby-db/schema.sqlite
Loading

0 comments on commit 1f51a09

Please sign in to comment.