zengularity / query-monad

Specialized Reader monad and transformer for pure database programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Query Monad

A Query Monad implementation for Anorm.

(Initiated for the article Functional database programming with Play Anorm through the Reader Monad)

Build

The project is using SBT, so to build it from sources the following command can be used.

sbt publishLocal

CircleCI Zen Entrepot

Contributing

Please take a look at the Contribution guide

About

Specialized Reader monad and transformer for pure database programming

License:MIT License


Languages

Language:Scala 98.1%Language:Shell 1.9%