Commit Graph

6 Commits (fd47bc3baa0a0a9f47c989444142d4ac0d1f5e8d)

Author SHA1 Message Date
Timo Bryant fd47bc3baa Update PostgresBackend with configurable connections and test implementations
The PostgresBackend class has been updated to allow for more configurable database connection methods. This includes more granular control over specific connection properties and the introduction of a sealed class constructor for creating distinct JDBC connection URLs. Also, test implementations for credential manager and Postgres backend have been updated, particularly to handle coroutine suspension. Furthermore, dependencies for test modules and kotlinx coroutines have been added to the build scripts.
2024-05-03 19:46:46 +02:00
Timo Bryant 629728f865 could store credentials to db 2024-04-23 22:58:09 +02:00
Timo Bryant 6e46248301 starting with configuration module 2024-04-20 23:03:04 +02:00
Timo Bryant d2b29198f9 add kotlinx serialization 2024-04-20 22:17:20 +02:00
Timo Bryant 2923c73b53 setup module build 2024-04-20 22:13:03 +02:00
Timo Bryant e6b4139a0a init 2024-04-12 13:16:30 +02:00