[plt-scheme] Announce: SQLID Driver for PostgreSQL based on spgsql.plt
Dear all,
I've just sent an initial version of a PostgeSQL driver for
SQLID based on spgsql.plt from schematics (http://schematics.sf.net).
It has been tested on
* Windows XP using PostgreSQL 8.0 and mzcheme 360
Using: Instead of requiring:
(require (planet "sqld-sqlite.scm" ("oesterholt" "sqlid.plt" 1 0))
(require (planet "sqli.scm" ("oesterholt" "sqlid.plt" 1 0))
one now requires:
(require (planet "sqld-psql.scm" ("oesterholt" "sqld-psql.plt" 1 0))
(require (planet "sqli.scm" ("oesterholt" "sqlid.plt" 1 0))
You'll probably find it at PLaneT soon.
Note: This driver only connects to PostgeSQL over TCP/IP!
Best wishes,
Hans Oesterholt-Dijkema