Skip to content

feat(db): add SQLite and PostgreSQL support with JDBI and HikariCP#13

Open
matteotrubini wants to merge 2 commits intoCodeToTime:mainfrom
cubicsrl:feat/db
Open

feat(db): add SQLite and PostgreSQL support with JDBI and HikariCP#13
matteotrubini wants to merge 2 commits intoCodeToTime:mainfrom
cubicsrl:feat/db

Conversation

@matteotrubini
Copy link
Contributor

closes #7
supersedes #6

Add support for SQLite and PostgreSQL databases by introducing a new DbHelper class with JDBI for database abstraction and HikariCP for connection pooling.

Refactor contactsDao, domainsDao, and messagesDao to use the new database layer instead of direct JDBC. Remove deprecated database properties files.

closes CodeToTime#7
supersedes CodeToTime#6

Add support for SQLite and PostgreSQL databases by introducing a new DbHelper class with JDBI for database abstraction and HikariCP for connection pooling.

Refactor contactsDao, domainsDao, and messagesDao to use the new database layer instead of direct JDBC. Remove deprecated database properties files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SQLite and PostgreSQL support with JDBI and HikariCP

1 participant