wxSQLite3

Categories: databaseStatus: STABLEComponent logo
Author: Ulrich TellewxWidgets supported ports: wxMSW, wxGTK, wxMac
Current maintainer: Ulrich TellewxWidgets supported versions: 2.6, 2.7, 2.8
Latest version: 1.9.5Build system: Bakefile-based
Programming language: C++Samples provided: 1
External dependencies: SQLite databaseDocumentation: doxygen

Description: 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.6.11 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. In ANSI builds the current locale conversion object (wxConvCurrent) is used for conversion to/from UTF-8. Special care has to be taken if external administration tools are used to modify the database contents, since not all of these tools operate in Unicode resp. UTF-8 mode. wxSQLite3 includes an optional extension for SQLite supporting key based database file encryption using 128 bit AES encryption.

Links for wxSQLite3:


Documentation

^ TOP

The doxygen-generated documentation for this component is available online here. Please let me know if you think something is missing.


Known bugs

^ TOP

To submit a bug report please look at wxCode support page.


Future enhancements

^ TOP

None. To submit a feature request please look at wxCode support page.


Links

^ TOP


Supporting further development

^ TOP

If you find wxSQLite3 useful and would like to support the further development of this wxWidgets component, you may make a donation by clicking on the button on the left.