[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#605683: ITP: ocaml-sqlexpr -- type-safe access to SQL DB in OCaml



Package: wnpp
Severity: wishlist
Owner: Sylvain Le Gall <gildor@debian.org>


* Package name    : ocaml-sqlexpr
  Version         : 0.2.3
  Upstream Author : Mauricio Fernandez
* URL             : http://github.com/mfp/ocaml-sqlexpr
* License         : LGPL-2.1 with OCaml linking exception
  Programming Lang: OCaml
  Description     : type-safe access to SQLite DB in OCaml

  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)



Reply to: