I've finished writing a binding for SQLite3 to SML. It can be found at
   http://terpstra.ca/sqlite3-sml/sqlite3-sml-0.1.tar.gz
   svn://mlton.org/mltonlib/trunk/ca/terpstra/sqlite3-sml
It covers the entire non-experimental SQLite3 interface and I find it convenient to use. I've put the glue code (about 90k) into the public domain to match SQLite3.

The included README, sql.sig, and demo.sml roughly document the API. I hope this is enough to get people started.

The only caveat is that there is a bug in the current SQLite3 making custom authorizers unreliable. Either don't use this feature or help me campaign to get the bug fixed. :-)

Please let me know if you encounter any bugs specific to the binding.


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to