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

1 commit

Author SHA1 Message Date
570e454a95 feat(db): Drop support for SQLite support (breaking!)
All checks were successful
/ build (pull_request) Successful in 5m54s
- 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
2024-12-21 15:02:24 +01:00