caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* ANNOUNCE: PG'OCaml 0.6 released
@ 2006-08-22 20:31 Richard Jones
  0 siblings, 0 replies; only message in thread
From: Richard Jones @ 2006-08-22 20:31 UTC (permalink / raw)
  To: caml-list

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-08-22 20:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-22 20:31 ANNOUNCE: PG'OCaml 0.6 released Richard Jones

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).