@hackage / sqlite-easy

A primitive yet easy to use sqlite library.

Latest1.1.1.0

About

Metadata

  • Last updated , by gilmi
  • License BSD-3-Clause
  • Categories Databases
  • Maintained by: gil@gilmi.net

  • Lottery factor: 1

Links

Installation

Readme

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.