-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(database): migrate to sqlAlchemy (#88)
* refactor(database): migrate to sqlAlchemy BREAKING CHANGE: This commit migrates the database from sqlite to postgresql. The database is now managed by sqlAlchemy. * build(requirements): add additional requirements * build(runtime): add runtime for digital ocean app platform
- Loading branch information
Showing
15 changed files
with
1,448 additions
and
390 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
python-3.11.7 |
Oops, something went wrong.