wxSQLite3

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
wxSQLite3
120px
Developer(s) Ulrich Telle
Stable release 3.2.0 / December 25, 2014; 9 years ago (2014-12-25)[1]
Development status Active
Written in C++
Operating system Cross-platform
Type Development Library
License wxWindows Library Licence
Website wxSQLite3

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 SQLite version 3.8.x 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.

Since version 1.7.0 optional support for key based database encryption (128 bit AES) is also included. Starting with version 1.9.6 of wxSQLite3 the encryption extension is compatible with the SQLite amalgamation source and includes the extension functions module. Support for 256 bit AES encryption has been added in version 1.9.8.

See also

References

External links

<templatestyles src="Asbox/styles.css"></templatestyles>