Package details
wxSQLite3 is a C++ wrapper around the public domain SQLite 3.x
database and is specifically designed for use in programs based
on the wxWidgets library.
wxSQLite3 does not try to hide the underlying database, in
contrary almost all special features of the current SQLite3
version 3.3.6 are supported, like for example the creation of
user defined scalar or aggregate functions.
Since SQLite stores strings in UTF-8 encoding, the wxSQLite3
methods provide automatic conversion between wxStrings and
UTF-8 strings. This works best for the Unicode builds of
wxWidgets. This feature is not fully tested for ANSI builds.
This package has no releases.