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 |
Issue Tracker | https://github.com/mfp/ocaml-sqlexpr/issues |
Maintainer | mfp@acm.org |
Dependencies | |
Source [http] | https://download.ocamlcore.org/ocaml-sqlexpr/ocaml-sqlexpr/0.7.1/ocaml-sqlexpr-0.7.1.tar.gz sha256=53ba6b40693ecf4cf26ca33699e821e2178fdfe017f7ab43ab84cd1d261ea7b1 md5=b6181ef02719eeb6b00dc7c66d275e0f |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/sqlexpr/sqlexpr.0.7.1/opam |
Required by