libsqlexpr-ocaml

type-safe, convenient SQLite database access (runtime)

Description

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)

This package contains the shared runtime libraries.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

http://github.com/mfp/ocaml-sqlexpr


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libsqlexpr-ocaml