Browse thread
ANNOUNCE: PG'OCaml 0.6 released
- Richard Jones
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2006-08-22 (20:31) |
From: | Richard Jones <rich@a...> |
Subject: | ANNOUNCE: PG'OCaml 0.6 released |
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