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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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)
Dependencies base (>=4.12 && <5), bytestring, direct-sqlite, migrant-core, resource-pool, text [details]
License BSD-3-Clause
Copyright 2022 Gil Mizrahi
Author Gil Mizrahi
Maintainer gilmi@posteo.net
Revised Revision 1 made by gilmi at 2022-11-10T15:06:15Z
Category Database
Home page https://gitlab.com/gilmi/sqlite-easy
Uploaded by gilmi at 2022-11-10T10:48:39Z
Distributions
Downloads 262 total (20 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-0.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.

See the docs for more information!