sqlite-easy: A primitive yet easy to use sqlite library.

[ bsd3, database, library ] [ Propose Tags ]

A primitive yet easy to use sqlite library built using sqlite-direct, resource-pool and migrant.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.0.1, 1.0.0.0, 1.0.1.0, 1.1.0.0 (info)
Change log changelog.md
Dependencies base (>=4.12 && <5), bytestring, direct-sqlite, migrant-core, mtl, resource-pool (>=0.4 && <0.5), text, unliftio-core [details]
License BSD-3-Clause
Copyright 2022-2024 Gil Mizrahi
Author Gil Mizrahi
Maintainer gil@gilmi.net
Category Database
Home page https://gitlab.com/gilmi/sqlite-easy
Uploaded by gilmi at 2024-02-04T10:55:06Z
Distributions
Downloads 261 total (21 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for sqlite-easy-1.1.0.0

[back to package description]

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.