bentobox/src/main/java/world/bentobox/bentobox/database/sql/sqlite
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
..
SQLiteDatabase.java Rework SQL database implementation. (#1993) 2022-10-04 12:31:51 +03:00
SQLiteDatabaseConnector.java Rework SQL database implementation. (#1993) 2022-10-04 12:31:51 +03:00
SQLiteDatabaseHandler.java Rework SQL database implementation. (#1993) 2022-10-04 12:31:51 +03:00
package-info.java SQL Database abstraction (#831) 2019-07-11 09:31:28 +02:00