Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 934 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 934 Bytes

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"