komga/gradle
duong.doan1 a38aa4024f feat: PostgreSQL support infrastructure
- Add DatabaseType enum and database abstraction layer
- Update DataSourcesConfiguration to support PostgreSQL DataSource creation
- Create DatabaseUdfProvider interface with SQLite and PostgreSQL implementations
- Add JooqUdfHelper for database-agnostic UDF/collation functions
- Update KomgaJooqConfiguration to use dynamic SQLDialect based on database type
- Add PostgreSQL migration directory with initial migration
- Update build.gradle.kts with PostgreSQL dependencies
- Fix qualifier name mismatch in KomgaJooqConfiguration
- Begin migration of DAO classes to use JooqUdfHelper instead of SqliteUdfDataSource

Note: Compilation errors remain due to incomplete migration from old API to new abstraction layer.
2026-04-07 11:51:08 +07:00
..
wrapper deps(build): update Gradle to 8.14.3 2025-07-15 10:27:31 +08:00
libs.versions.toml feat: PostgreSQL support infrastructure 2026-04-07 11:51:08 +07:00