BentoBox icon indicating copy to clipboard operation
BentoBox copied to clipboard

Rework SQL database implementation.

Open BONNe opened this issue 2 years ago • 1 comments

This change switches from plain JDBC driver implementation to a HikariCP Pool implementation.

Pool Implementation is complete for PostgreSQL and SQLite, while MariaDB and MySQL implementation still uses JDBC drivers, however with HikariCP pools.

Also, I added extra properties for SQL databases, where users could specify their own datasource properties.

BONNe avatar Jun 16 '22 19:06 BONNe