caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Richard Jones <rich@annexia.org>
To: caml-list@inria.fr
Subject: ANNOUNCE: PG'OCaml 0.6 released
Date: Tue, 22 Aug 2006 21:31:41 +0100	[thread overview]
Message-ID: <20060822203141.GA22948@furbychan.cocan.org> (raw)

Merjis is pleased to announce the release of PG'OCaml 0.6.

PG'OCaml is a camlp4 syntax which lets you embed Postgres SQL
statements directly into OCaml code.  It is almost completely
type-safe (at least, as type-safe as PostgreSQL itself allows).

We have just released version 0.6, which has a number of enhancements,
including the ability to access multiple databases / servers when
compiling a single file, using syntax like:

let rows =
  PGSQL(dbh) "database=foo" "select something from table_in_foo"

The library is released under LGPL with the OCaml linking exception,
meaning there should be no barrier to using it in commercial code.

Despite the apparently "young" version number, we use this library
extensively in production code.

http://merjis.com/developers/pgocaml

Some of our other OCaml libraries: http://merjis.com/developers

Rich.

-- 
Richard Jones, CTO Merjis Ltd.
Merjis - web marketing and technology - http://merjis.com
Team Notepad - intranets and extranets for business - http://team-notepad.com


                 reply	other threads:[~2006-08-22 20:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060822203141.GA22948@furbychan.cocan.org \
    --to=rich@annexia.org \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).