whisklabs / hulk   0.2.3

MIT License GitHub

Async driver for Postgresql and Cockroachdb

Scala versions: 2.12

Hulk

Build Status Maven Central License: MIT

Hulk is async driver for Postgresql and CockroachDB.

It uses Mauricio Linhares async driver to interact with PostgreSQL and CockroachDB databases in a non blocking way.

Driver's API is hugely inspired by finagle-postgres, which provides richer interface and type-safete on top of underlying driver.

Using the driver

Installation

libraryDependencies += "com.whisk" % "hulk-core_2.12" % "0.2.2"