@hackage sqlite-easy1.1.1.0
A primitive yet easy to use sqlite library.
Installation
Dependencies (8)
- base >=4.12 && <5
- bytestring
- direct-sqlite
- migrant-core
- mtl
- resource-pool >=0.4 && <0.5 Show all…
Dependents (0)
sqlite-easy
This library provides a primitive yet easy to use api for SQLite3 using the direct-sqlite library,
resource pooling using resource-pool, and migrations using the migrant library.
It might be useful for small toy projects and save a tiny bit of boilerplate.