Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rdbc-io/rdbc-pgsql
- Owner: rdbc-io
- License: apache-2.0
- Created: 2016-09-17T11:24:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-25T05:03:09.000Z (over 5 years ago)
- Last Synced: 2024-09-30T13:01:20.257Z (4 months ago)
- Topics: asynchronous, back-pressure, database, driver, java, non-blocking, postgresql, rdbc, reactive, scala
- Language: Scala
- Homepage: http://rdbc.io
- Size: 681 KB
- Stars: 22
- Watchers: 9
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).