Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Asynchronous PostgreSQL driver for Scala and Java
https://github.com/rdbc-io/rdbc-pgsql

asynchronous back-pressure database driver java non-blocking postgresql rdbc reactive scala

Last synced: 3 months ago
JSON representation

Asynchronous PostgreSQL driver for Scala and Java

Awesome Lists containing this project

README

        

[![Travis](https://img.shields.io/travis/rdbc-io/rdbc-pgsql/master.svg?style=flat-square)](https://travis-ci.org/rdbc-io/rdbc-pgsql/branches)
[![Codecov](https://img.shields.io/codecov/c/github/rdbc-io/rdbc-pgsql.svg?style=flat-square)](https://codecov.io/gh/rdbc-io/rdbc-pgsql/branch/master)
[![Maven Central](https://img.shields.io/maven-central/v/io.rdbc.pgsql/pgsql-core_2.12.svg?style=flat-square)](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22io.rdbc.pgsql%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-pgsql.svg?style=flat-square)](https://github.com/rdbc-io/rdbc-pgsql/blob/master/LICENSE)
## What is rdbc-pgsql?

rdbc-pgsql is a netty-based PostgreSQL [rdbc](https://github.com/rdbc-io/rdbc#what-is-rdbc)
driver allowing asynchronous communication with the database in Scala and Java
languages.

## Documentation

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