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.47.2 are supported, like for example the creation of user defined scalar or aggregate functions.
Since version 1.7.0 optional support for key based database encryption (128-bit AES) is included.
Currently, 7 different cipher schemes can be selected: Since version 4.6.0 wxSQLite3 uses a separate implementation of the encryption extension, namely SQLite3 Multiple Ciphers, because the formerly used SQLITE_HAS_CODEC interface was removed from SQLite in February 2020.
You can help Wikipedia by expanding it.This database software-related article is a stub.