Skip to content

plm/rascql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 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.

About

Reactive, asynchronous Scala query library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%