Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[Caml-list] SQLite 3, ocaml, mac os x

10 views
Skip to first unread message

Kenneth Sullivan

unread,
Oct 18, 2006, 7:43:47 PM10/18/06
to caml...@yquem.inria.fr
Does anyone know of a good SQLite 3 wrapper for ocaml, in particular,
one they have used with mac os x? Christian Szegedy's wrapper
(http://metamatix.org/~ocaml/ocaml_sqlite3.html), seems to fit the
bill. However this was tested on linux, and I had a bear of a time
convincing it to compile on darwin and finally got "Bus errors"
running the test code. If anyone could point me to a wrapper they
are currently having success with on a mac, I'd greatly appreciate it.

Thanks,
Ken Sullivan

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

Olivier Andrieu

unread,
Oct 19, 2006, 6:36:26 AM10/19/06
to Kenneth Sullivan
Kenneth Sullivan [Wednesday 18 October 2006] :

>
> Does anyone know of a good SQLite 3 wrapper for ocaml, in
> particular, one they have used with mac os x? Christian Szegedy's
> wrapper (http://metamatix.org/~ocaml/ocaml_sqlite3.html), seems to
> fit the bill. However this was tested on linux, and I had a bear
> of a time convincing it to compile on darwin and finally got "Bus
> errors" running the test code. If anyone could point me to a
> wrapper they are currently having success with on a mac, I'd
> greatly appreciate it.

I have a sqlite3 wrapper that I use in a project. I made a standalone
release if you want to try:
http://oandrieu.nerim.net/ocaml/mlsqlite/
http://oandrieu.nerim.net/ocaml/mlsqlite/doc/

NB: It's never been tested on mac AFAIK.
--
Olivier

0 new messages