ANNOUNCE: Type-safe interface to PostgreSQL

From: Richard Jones <rich(at)annexia(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: ANNOUNCE: Type-safe interface to PostgreSQL
Date: 2006-03-22 16:40:27
Message-ID: 20060322164027.GB17175@furbychan.cocan.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


This may be of interest to some people on this list. It's a complete
type-safe interface to PostgreSQL, from Objective CAML (OCaml) where
statements are checked not just for syntax, but for types, at compile
time.

http://merjis.com/developers/pgocaml

It works by shuffling the statements off to the database at compile
time, PREPARE-ing them, and then DESCRIBE-ing them.

In addition, it's pure OCaml. It doesn't use libpq at all (which has
advantages and disadvantages as it turns out).

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

Browse pgsql-general by date

  From Date Subject
Next Message Vivek Khera 2006-03-22 16:46:38 Re: db sever seems to be dropping connections
Previous Message Richard Jones 2006-03-22 16:35:35 index for inet and >> (contains) function