sqlexprversion
Type-safe, convenient SQLite database access.
Minimalistic library and syntax extension for type-safe, convenient execution of SQL statements. Currently compatible with Sqlite3.
Sqlexpr features:
automated prepared statement caching, param binding, data extraction, error checking (including automatic stmt reset to avoid BUSY/LOCKED errors in subsequent queries), stmt finalization on db close, etc.
HOFs like iter, fold, transaction
support for different concurrency models: everything is functorized over a THREAD monad, so you can for instance do concurrent folds/iters with Lwt
support for SQL stmt syntax checks and some extra semantic checking (column names, etc)
Author | Mauricio Fernandez <mfp@acm.org> |
---|---|
License | LGPL-2.1-only WITH OCaml-LGPL-linking-exception |
Published | |
Homepage | http://github.com/mfp/ocaml-sqlexpr |
Maintainer | mfp@acm.org |
Dependencies | |
Source [http] | https://github.com/downloads/mfp/ocaml-sqlexpr/ocaml-sqlexpr-0.3.0.tar.gz sha256=5706f6f0ee87a74502826e1b0acdc30f8509ad13e689d997ebd6249d70cfb4c9 md5=96722f60c3059d68c5d1bcd5e5196676 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/sqlexpr/sqlexpr.0.3.0/opam |
Required by