bentobox/src/main/java/world/bentobox/bentobox/database/sql
BONNe 369001d368
Rework SQL database implementation. (#1993)
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.
2022-10-04 12:31:51 +03:00
..
mariadb Rework SQL database implementation. (#1993) 2022-10-04 12:31:51 +03:00
mysql Rework SQL database implementation. (#1993) 2022-10-04 12:31:51 +03:00
postgresql Rework SQL database implementation. (#1993) 2022-10-04 12:31:51 +03:00
sqlite Rework SQL database implementation. (#1993) 2022-10-04 12:31:51 +03:00
SQLConfiguration.java Rework SQL database implementation. (#1993) 2022-10-04 12:31:51 +03:00
SQLDatabaseConnector.java Rework SQL database implementation. (#1993) 2022-10-04 12:31:51 +03:00
SQLDatabaseHandler.java Rework SQL database implementation. (#1993) 2022-10-04 12:31:51 +03:00