newLISP Database
Posted: Wed Sep 12, 2007 11:32 pm
I wrote this up quickly last night and this afternoon.
It's a database library written completely in newLISP. It's very simple, but I'll make it more capable in later releases. I wrote this because I didn't want to deal with SQL. I suppose I could have written a wrapper around the sqlite3 library for newLISP to hide the SQL from me, but that would have been less fun.
See the README file for general information, and the example.lsp file for example usage.
http://kinghajj.home.comcast.net/nldb.tar.bz2
It's a database library written completely in newLISP. It's very simple, but I'll make it more capable in later releases. I wrote this because I didn't want to deal with SQL. I suppose I could have written a wrapper around the sqlite3 library for newLISP to hide the SQL from me, but that would have been less fun.
See the README file for general information, and the example.lsp file for example usage.
http://kinghajj.home.comcast.net/nldb.tar.bz2