ACDK SQLite (acdk_sql_sqlite)acdk_sql_sqlite provides a easy to use desktop database
accessible via standard JDBC-like ACDK SQL interfaces.
ACDK SQLite (acdk_sql_sqlite)
Distribution version: 4.14.
Package version: 4.14.0.
acdk_sql_sqlite provides a easy to use desktop database
accessible via standard JDBC-like ACDK SQL interfaces.
ACDK Core
ACDK SQL
acdk::sql::sqlite
Roger Rene Kommer (kommer@artefaktur.com).
Public domain (SQLite)
ACDK Free Edition License. ( License).
SQLite License ( SQLite LICENCE).
acdk_sql_sqlite is a ACDK wrapper for the SQLite database -
a small but powerfull file based desktop database.
It supports most of the SQL92 features (including views, triggers).
With acdk_sql_sqlite it is also possible to define own SQL
function as (not) stored procedures defined in C++ or CfgScript.
Note:
For all files in the directory:
./src/sqlitesrc
are released under the public domain.
Please refer also to SQLite LICENCE.
- Better support for LiteDatabaseMetaData
- Support for embedded functions using CfgScript
- Test multithreading
===========================================================
4.14.0
- First version with included SQLite version 3.2.1.
Please refer also to ChangeLog.
|