feat(db): Drop support for SQLite support (breaking!) #52
Varakh
commented 2024-12-21 14:02:42 +00:00
Owner
- only Postgres is supported from now on to reduce maintenance
- enables building main upda server application for all platforms
- instead of using ORM auto migrate for database schema creation, switch to proper migration framework utilizing flexible steps and plain sql files
- library updates
- only Postgres is supported from now on to reduce maintenance
- enables building main upda server application for all platforms
- instead of using ORM auto migrate for database schema creation, switch to proper migration framework utilizing flexible steps and plain sql files
- library updates
Varakh
added 1 commit 2024-12-21 14:02:43 +00:00
feat(db): Drop support for SQLite support (breaking!)
570e454a95
All checks were successful
/ build (pull_request) Successful in 5m54s
Details
Varakh
merged commit 3b0603ae17 into master 2024-12-21 14:11:14 +00:00
Varakh
deleted branch feature/drop-sqlite-support 2024-12-21 14:11:14 +00:00
Varakh
referenced this pull request from a commit 2024-12-21 14:11:16 +00:00
feat(db): Drop support for SQLite support (breaking!) (#52)
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/drop-sqlite-support"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?