@hackage selda0.5.2.1
Multi-backend, high-level EDSL for interacting with SQL databases.
Installation
Tested Compilers
Dependencies (9)
- base >=4.10 && <5
- bytestring >=0.10 && <0.13
- containers >=0.4 && <0.9
- exceptions >=0.8 && <0.11
- mtl >=2.0 && <2.4
- random >=1.1 && <1.4 Show all…
Dependents (5)
@hackage/selda-postgresql, @hackage/bisc, @hackage/selda-json, @hackage/typson-selda, @hackage/selda-sqlite
This package provides an EDSL for writing portable, type-safe, high-level database code. Its feature set includes querying and modifying databases, automatic, in-process caching with consistency guarantees, and transaction support. See the project website for a comprehensive tutorial. To use this package you need at least one backend package, in addition to this package. There are currently two different backend packages: selda-sqlite and selda-postgresql.