From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 6AD81BC69 for ; Thu, 19 Oct 2006 12:28:54 +0200 (CEST) Received: from kraid.nerim.net (smtp-104-thursday.nerim.net [62.4.16.104]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id k9JASsLY012157 for ; Thu, 19 Oct 2006 12:28:54 +0200 Received: from karryall.dnsalias.org (karryall.dnsalias.org [213.41.240.180]) by kraid.nerim.net (Postfix) with ESMTP id 800F04117E; Thu, 19 Oct 2006 12:28:53 +0200 (CEST) Received: by karryall.dnsalias.org (Postfix, from userid 500) id 9F823596E05; Thu, 19 Oct 2006 12:28:53 +0200 (CEST) From: Olivier Andrieu MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17719.21349.564966.619769@karryall.dnsalias.org> Date: Thu, 19 Oct 2006 12:28:53 +0200 To: Kenneth Sullivan Cc: caml-list@yquem.inria.fr Subject: Re: [Caml-list] SQLite 3, ocaml, mac os x In-Reply-To: <335ADF72-5CB0-4830-AB24-DEC888204FAE@mayachitra.com> References: <335ADF72-5CB0-4830-AB24-DEC888204FAE@mayachitra.com> X-Mailer: VM 7.19 under Emacs 21.4.1 X-Miltered: at concorde with ID 45375366.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; andrieu:01 oandrieu:01 ocaml:01 ocaml:01 oandrieu:01 afaik:01 kenneth:98 compile:01 caml-list:01 nerim:01 nerim:01 seems:03 darwin:04 i'd:05 linux:06 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