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
- Host: GitHub
- URL: https://github.com/zengularity/query-monad
- Owner: zengularity
- License: mit
- Created: 2018-01-07T16:49:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-24T22:05:55.000Z (about 3 years ago)
- Last Synced: 2023-04-04T21:37:13.808Z (almost 3 years ago)
- Topics: database-programming, functional-programming, monad, reader-monad, scala
- Language: Scala
- Homepage:
- Size: 1.42 MB
- Stars: 4
- Watchers: 13
- Forks: 2
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
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
[](https://travis-ci.org/zengularity/query-monad)
[](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)