An open API service indexing awesome lists of open source software.

https://github.com/zengularity/query-monad

Specialized Reader monad and transformer for pure database programming
https://github.com/zengularity/query-monad

database-programming functional-programming monad reader-monad scala

Last synced: 15 days ago
JSON representation

Specialized Reader monad and transformer for pure database programming

Awesome Lists containing this project

README

          

# 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](http://www.scala-sbt.org/), so to build it from sources the following command can be used.

sbt publishLocal

[![CircleCI](https://travis-ci.org/zengularity/query-monad.svg?style=svg)](https://travis-ci.org/zengularity/query-monad)
[![Zen Entrepot](http://zen-entrepot.nestincloud.io/entrepot/shields/releases/com/zengularity/query-monad_2.12.svg)](https://zen-entrepot.nestincloud.io/entrepot/pom/releases/com/zengularity/query-monad_2.12)

## Contributing

Please take a look at the [Contribution guide](.github/CONTRIBUTING.md)