To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

wxSQLite3
Developer(s)Ulrich Telle
Stable release
4.9.9 / January 18, 2024; 2 days ago (2024-01-18)[1]
Repository
Written inC++
Operating systemCross-platform
TypeDevelopment Library
LicensewxWindows Library Licence
Websitegithub.com/utelle/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.41.1 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 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. Currently, 6 different cipher schemes can be selected:

  • wxSQLite3 AES-128 bit
  • wxSQLite3 AES-256 bit
  • sqleet (aka ChaCha20 - Poly1305)
  • SQLCipher (aka AES-256 bit - SHA-1/SHA256/SHA512 - all SQLCipher variants from version 1 up to version 4 supported)
  • System.Data.SQLite (aka RC4)
  • Ascon Ascon-128 v1.2 (lightweight cryptography)

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.

YouTube Encyclopedic

  • 1/3
    Views:
    157 697
    97 937
    944
  • Java Eclipse GUI Tutorial 3 # Database Connection ( Sqlite ) to Java Part 1 of 2
  • C# Tutorial 36: How to use and connect Sqlite in a C# project
  • Lec003 Las ventanas en wxWidgets (umh1467 2013-14)

Transcription

See also

References

  1. ^ "wxSQLite3 at Github". github.com. Retrieved 2022-12-04.

External links


This page was last edited on 20 January 2024, at 21:51
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.