Sunday, January 07, 2007

ODBC Interface for Factor

I've written a simple wrapper around the ODBC API for Factor. I based it on some Forth code I wrote a few years ago.

It has only been tested in Windows but it works quite well and I plan to do some more work on it as I need features. In the meantime it's in my repository:
darcs get http://www.bluishcoder.co.nz/repos/factor

It will likely be in the standard Factor repository soon.

Currently it supports opening and closing databases given a DSN string, running queries, getting column information, and retrieving fields and rows.

Categories:

1 Comments:

Blogger Slava Pestov said...

This is in the repository now.

Looks like the Factor rewrite is much cleaner than the Forth, good job.

8:58 PM  

Post a Comment

<< Home