-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for SQLite storage of ayb metadata (#100)
* AybDb trait that supports SQLite and PostgreSQL depending on connection string * Remove reliance on sqlx offline mode (we support multiple databases now) * Add migrations & tests for SQLite, create data directory on start * Add missing files for SQLite and tests, remove base test config * Genericize duplicate constraint logic across SQLite and Postgres * Allow parallel tests by removing shared state * Cargo fmt * Servers on different ports * Update readme * Version bump * Clarification * Ignore local reset script * Ignore local reset script
- Loading branch information
Showing
19 changed files
with
448 additions
and
369 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.