- WxSQLite3
Infobox_Software
name = wxSQLite3
caption =
developer = Ulrich Telle
latest_release_version = 1.9.1
latest_release_date = September 2008
operating_system =Cross-platform
genre = Development Library
license = [http://www.wxwidgets.org/newlicen.htm wxWindows Library Licence]
website = [http://wxcode.sourceforge.net/components/wxsqlite3/ wxSQLite3]wxSQLite3 is a
C++ wrapper around the public domainSQLite 3.x database and is specifically designed for use in programs based on thewxWidgets library.wxSQLite3 does not try to hide the underlying database, in contrary almost all special features of the currentSQLite version 3.5.4 are supported, like for example the creation of user defined scalar or aggregate functions. SinceSQLite stores strings in UTF-8 encoding, the wxSQLite3 methods provide automatic conversion betweenwxStrings 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.
See also
*
SQLite External links
* [http://wxcode.sourceforge.net/components/wxsqlite3/ wxSQLite3 home page]
* [http://www.dynaset.org/dogusanh/download.html Lua binding for wxSQLite3]
Wikimedia Foundation. 2010.