[plt-scheme] Announce: SQLID Driver for SQLite using the FFI

From: Hans Oesterholt-Dijkema (hdnews at gawab.com)
Date: Sat Jan 13 20:48:23 EST 2007

Dear all,

I've just sent an initial version of an SQLite driver for
SQLID for SQLite 3 using the FFI to PLaneT.

It has been tested on

* Windows XP using SQLite 3.0.8 and mzcheme 360
* Linux Fedora Core 5 using SQLite and mzscheme 350.4

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-sqlite.scm" ("oesterholt" "sqld-sqlite.plt" 1 0))
(require (planet "sqli.scm" ("oesterholt" "sqlid.plt" 1 0))

You'll probably find it at PLaneT soon.

Best wishes,

Hans Oesterholt-Dijkema


Posted on the users mailing list.