Commit Graph

3 Commits

Author SHA1 Message Date
avsm
5f0d06342b update to ocaml-sqlite3-1.5.0, now by Markus Mottl. These bindings are significantly more robust, and also let you define custom callback/aggregate SQL functions directly in OCaml, as well as interacting better with the runtime. 2009-05-20 01:40:56 +00:00
kurt
2695e61be2 - replace 'ocamlfind install' based install with our own do-install target
so that /usr/local/lib/ocaml/ld.conf doesn't get modified durring the
build. idea from databases/ocaml-postgresql.  NOTE: these ports need some
more adjustment after unlock. they need @exec/unexec to properly tweek
/usr/local/lib/ocaml/ld.conf.
- add no-autoheader to quiet warning
okay naddy@ pvalchev@
2007-08-07 18:58:17 +00:00
avsm
90e83b7a7f initial import of ocaml-sqlite3-0.2.0
--
OCaml bindings to the SQLite 3 database access library.  The current
version provides low level access to the SQL queries and data
transfer.  Aggregate/user-defined SQL function support is not
implemented.
2006-06-01 01:20:25 +00:00