ppx_sqlexprversion

Type-safe, convenient SQLite database access - extension for use with sqlexpr.

sqlexpr provides 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)

AuthorMauricio Fernandez <mfp@acm.org>
LicenseLGPL-2.1-only WITH OCaml-LGPL-linking-exception
Published
Homepagehttp://github.com/mfp/ocaml-sqlexpr
Issue Trackerhttps://github.com/mfp/ocaml-sqlexpr/issues
Maintainermfp@acm.org
Dependencies
Source [http] https://github.com/mfp/ocaml-sqlexpr/releases/download/0.9.0/ocaml-sqlexpr-0.9.0.tar.gz
md5=edca74c7c1af6f7ebb0c46598f242552
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/ppx_sqlexpr/ppx_sqlexpr.0.9.0/opam
Required by