An open API service indexing awesome lists of open source software.

https://github.com/rdbc-io/rdbc-pool

Asynchronous database access for Scala and Java - connection pool
https://github.com/rdbc-io/rdbc-pool

asynchronous connection-pool database non-blocking rdbc

Last synced: 5 months ago
JSON representation

Asynchronous database access for Scala and Java - connection pool

Awesome Lists containing this project

README

          

[![Travis](https://img.shields.io/travis/rdbc-io/rdbc-pool/master.svg?style=flat-square)](https://travis-ci.org/rdbc-io/rdbc-pool/branches)
[![Codecov](https://img.shields.io/codecov/c/github/rdbc-io/rdbc-pool.svg?style=flat-square)](https://codecov.io/gh/rdbc-io/rdbc-pool/branch/master)
[![Maven Central](https://img.shields.io/maven-central/v/io.rdbc.pool/rdbc-pool-scala_2.12.svg?style=flat-square)](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22io.rdbc.pool%22%20)
[![Gitter](https://img.shields.io/gitter/room/rdbc-io/rdbc.svg?style=flat-square)](https://gitter.im/rdbc-io/rdbc)
[![license](https://img.shields.io/github/license/rdbc-io/rdbc-pool.svg?style=flat-square)](https://github.com/rdbc-io/rdbc-pool/blob/master/LICENSE)
## What is rdbc-pool?

rdbc-pool is a connection pool implementation for [rdbc](https://github.com/rdbc-io/rdbc#what-is-rdbc).

## Documentation

See the documentation at [http://docs.pool.rdbc.io](http://docs.pool.rdbc.io).