From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id BAA09630; Tue, 13 May 2003 01:57:09 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id BAA09622 for ; Tue, 13 May 2003 01:57:08 +0200 (MET DST) Received: from speakeasy.org (dsl081-017-141.sea1.dsl.speakeasy.net [64.81.17.141]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id h4CNv1H00296 for ; Tue, 13 May 2003 01:57:04 +0200 (MET DST) Received: (from shawnw@localhost) by speakeasy.org (8.10.1/8.10.1) id h4CNxqG17341 for caml-list@inria.fr; Mon, 12 May 2003 16:59:52 -0700 Date: Mon, 12 May 2003 16:59:52 -0700 From: Shawn Wagner To: caml-list@inria.fr Subject: [Caml-list] Announcement: Ocaml-MySQL 1.0.0 Message-ID: <20030512165952.K24944@speakeasy.org> Mail-Followup-To: caml-list@inria.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Spam: no; 0.00; shawnw:01 ocaml-mysql:01 raevnos:01 pennmush:01 higher-level:01 hooks:01 bindings:01 ocaml:01 speakeasy:01 interfaces:01 address:96 functions:05 alternatives:05 i'd:06 i'm:07 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Bindings for accessing MySQL databases from ocaml programs. Since nobody reported any bugs with the version (0.9.1) I released last month, I'm bumping the version to 1.0.0. No other changes. Available at http://raevnos.pennmush.org/code/ocaml.html On a related note, have the people working on database server independant DBI-type interfaces for ocaml made any significant progress? I'm thinking about including higher-level query generating functions in the next major release (Something like Query.select connection ~columns:["name"; "address"] ~from:(`Table "customers") ~where:"last_ordered > some-timestamp" ()), but won't bother if there's other viable alternatives. I'd rather take the time to make sure my code hooks into them. -- Shawn Wagner shawnw@speakeasy.org ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners