Qore SQLite3 Module is an open source module for the Qore programming language that provides a driver for the SQLite3 database.
The module supports all sqlite3 afinities, except "date" types, which are supported only for writing from Qore. More documentation can be found here. The latest source code can be grabbed from SVN using the following command:
svn co https://svn.qore.sf.net/svnroot/qore/module-sqlite3/trunk qore-module-sqlite3
Product's homepage
Requirements:
· Qore Programming Language
· SQLite
What's New in This Release: [ read full changelog ]
· Implemented execRaw() method.