Skip to content

mheath/adbcj

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
api
 
 
 
 
 
 
 
 
tck
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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:

  1. A database agnostic API (conceptually similar to JDBC) for asynchronous/non-blocking relational database interaction.
  2. A MySQL native implemention of the API
  3. A Postgresql native implementation of the API
  4. An API implementation that uses JDBC and and a thread-pool for asynchrony.

These database drivers are not production worthy.

About

Asynchronous Database Connectivity in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages