![]() |
Author: | Ulrich Telle | |
| Current maintainer: | Ulrich Telle | ||
| Latest version: | 5.0.1 | ||
| Programming language: | C++ | ||
| External dependencies: | none | ||
| wxWidgets supported ports: | wxMSW, wxGTK, wxMac | ||
| wxWidgets supported versions: | 3.x | ||
| Build system: | Premake5 / autoconf | ||
| Code repository: | GitHub | ||
| API documentation 5.x: | Doxygen (Version 5.x) | ||
| API documentation 4.x: | Doxygen (Version 4.x) | ||
|
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 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. 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 or UTF-8 mode. wxSQLite3 includes a key-based SQLite3 encryption extension. Starting with version 4.0.0 the encryption extension allows to select the cipher scheme at runtime. Currently the following encryption schemes are supported:
| |||
Bugs or other issues can be reported on the wxSQLite3 issues page on GitHub.
To submit a feature request please please create an issue on the wxSQLite3 issues page on GitHub.
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. |