About: WxSQLite3

An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

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.40.0 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 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 oper

Property Value
dbo:abstract
  • 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.40.0 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 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 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. Since version 3.5.0 the SQLite library is an integrated part of wxSQLite3. Since version 4.0.0 wxSQLite3 supports to select the encryption scheme at runtime. In addition to the wxSQLite3 legacy schemes, AES-128 bit and AES-256 bit, three other encryption schemes, namely sqleet (aka ChaCha20 - Poly1305), SQLCipher (aka AES-256 bit - SHA-1/SHA256/SHA512 - all SQLCipher variants from version 1 up to version 4 supported), and System.Data.SQLite (aka RC4) 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. (en)
dbo:latestReleaseDate
  • 2022-07-17 (xsd:date)
dbo:latestReleaseVersion
  • 4.8.2
dbo:license
dbo:status
  • Active
dbo:thumbnail
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 4431099 (xsd:integer)
dbo:wikiPageLength
  • 3590 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1099625642 (xsd:integer)
dbo:wikiPageWikiLink
dbp:developer
  • Ulrich Telle (en)
dbp:genre
  • Development Library (en)
dbp:latestReleaseDate
  • 2022-07-17 (xsd:date)
dbp:latestReleaseVersion
  • 4.800000 (xsd:double)
dbp:license
dbp:logo
  • 120 (xsd:integer)
dbp:name
  • wxSQLite3 (en)
dbp:operatingSystem
dbp:programmingLanguage
dbp:status
  • Active (en)
dbp:website
dbp:wikiPageUsesTemplate
dbp:wordnet_type
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • 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.40.0 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 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 oper (en)
rdfs:label
  • WxSQLite3 (en)
owl:sameAs
prov:wasDerivedFrom
foaf:depiction
foaf:homepage
foaf:isPrimaryTopicOf
foaf:name
  • wxSQLite3 (en)
is dbo:computingPlatform of
is dbo:wikiPageWikiLink of
is dbp:platform of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License