feat(db): Drop support for SQLite support (breaking!) #52

Merged
Varakh merged 1 commit from feature/drop-sqlite-support into master 2024-12-21 14:11:14 +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!)
All checks were successful
/ build (pull_request) Successful in 5m54s
570e454a95
- 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 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
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: varakh/upda#52
No description provided.