mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-04 03:14:40 -05:00
Support PostgreSQL Databases (#1617)
* Support PostgreSQL Databases * Set the database Schema * See if we can test postgres * Another test * Disable node container * Update database when changed * Simplify test workflow * Only exit on failed migrations * Run the first databaseUp sync * Map the port * Use absolute path for LD_PRELOAD * Timeout after 1m * Open the server in both database configurations * Only exit on migration failed in ci * Lint * Use new ServerConfig configuration
This commit is contained in:
@@ -52,6 +52,7 @@ dependencies {
|
||||
|
||||
// Exposed ORM
|
||||
implementation(libs.bundles.exposed)
|
||||
implementation(libs.postgres)
|
||||
implementation(libs.h2)
|
||||
|
||||
// Exposed Migrations
|
||||
|
||||
Reference in New Issue
Block a user