ANNOUNCE: Type-safe interface to PostgreSQL

Поиск
Список
Период
Сортировка
От Richard Jones
Тема ANNOUNCE: Type-safe interface to PostgreSQL
Дата
Msg-id 20060322164027.GB17175@furbychan.cocan.org
обсуждение исходный текст
Список 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

В списке pgsql-general по дате отправления:

Предыдущее
От: "Rushabh Doshi"
Дата:
Сообщение: Re: db sever seems to be dropping connections
Следующее
От: Vivek Khera
Дата:
Сообщение: Re: db sever seems to be dropping connections