181 filesupdated Jun 16, 2026
files12Download
./apiJun 16, 2026./jdbcJun 16, 2026./mysqlJun 16, 2026./postgresqlJun 16, 2026./tckJun 16, 2026.gitignoreJun 16, 2026LICENSE.slf4j.txtJun 16, 2026LICENSE.txtJun 16, 2026NOTICE.txtJun 16, 2026pom.xmlJun 16, 2026README.mdJun 16, 2026release.xmlJun 16, 2026README
Asynchronous Database Connectivity in Java
This is a project I created for my thesis at Brigham Young University. There are four maincomponents to this project:
- A database agnostic API (conceptually similar to JDBC) for asynchronous/non-blocking relational database interaction.
- A MySQL native implemention of the API
- A Postgresql native implementation of the API
- An API implementation that uses JDBC and and a thread-pool for asynchrony.
These database drivers are not production worthy.