Package: wnpp
Severity: wishlist
Owner: Sylvain Le Gall <gil...@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)



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20101202113319.21761.95696.report...@zetta.gallu.homelinux.org

Reply via email to