aikar / db

Aikar's Intuitive JDBC Database Wrapper - A clean and intuitive API for Java to remove JDBC boilerplate.
https://idb.emc.gs
MIT License
65 stars 20 forks source link

Add support for SQLite, expose BaseDatabase constructor to outside packages #9

Closed MTM123 closed 4 years ago

MTM123 commented 5 years ago

I initially tested this with HikariPooledDatabase and turns out it's not working if you use BaseDatabase. I can look into that later