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.
libraryDependencies += "com.whisk" % "hulk-core_2.12" % "0.2.2"