Skip to content

rascql/rascql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rascql: Reactive, Asynchronous Scala Query Library

An asynchronous Scala client for PostgreSQL 9.0 and later built on top of Akka Streams.

Following the example of Akka HTTP (and others), re-usable stream components are provided atop an immutable case class-based domain model to meet the goal of supreme composability.

Inspired by postgresql-async.

The demo can be started using SBT:

$ sbt
sbt> test:run pguser pgpass

This project is a work-in-progress. Feedback and patches are welcome.

Releases

No releases published

Packages

No packages published

Languages