ANNOUNCE: PG'OCaml (PostgreSQL syntax extension for OCaml) 0.7 released

From: Richard Jones <rich(at)annexia(dot)org>
To: caml-list(at)inria(dot)fr, pgsql-interfaces(at)postgresql(dot)org
Subject: ANNOUNCE: PG'OCaml (PostgreSQL syntax extension for OCaml) 0.7 released
Date: 2007-02-24 18:58:38
Message-ID: 20070224185838.GA2829@furbychan.cocan.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

I'm pleased to announce the release of PG'OCaml 0.7. PG'OCaml is a
syntax extension to OCaml which allows you to issue PostgreSQL
commands in a type-safe manner from within OCaml code.

You can find out a bit more here:

http://merjis.com/developers/pgocaml

This code is released under the GNU LGPL + OCaml linking exception.

Changes since 0.5:

* Comprehensive support for profiling statements and analysing
the results.
* Gabriel de Perthuis - fixes for OMakefile support.
* Don't crash if we get notice messages from the server.
* More types supported.
* pa_pgsql syntax can connect to multiple databases.

Rich.

--
Richard Jones
Red Hat UK Limited

Browse pgsql-interfaces by date

  From Date Subject
Next Message jing han 2007-02-26 19:35:48 questions about autovacuum daemon
Previous Message imad 2007-02-11 21:52:10 Re: temporary table / recursion