Skip to content

SQLite3 Multiple Ciphers 1.8.1 (based on SQLite 3.44.2)

Compare
Choose a tag to compare
@utelle utelle released this 02 Dec 14:11
· 17 commits to main since this release
v1.8.1
09f09e1

Changes since previous release

  • Based on SQLite version 3.44.2
  • Applied several modifications to improve support for SQLite3 WASM
  • Fixed issue #133 - missing API symbols

馃數 This release includes for the first time a precompiled bundle of sqlite3.wasm and its JavaScript APIs with SQLite3 Multiple Ciphers encryption support, ready for use in web applications.

Notes

  • SQLite3 binaries for Windows (SQLite3 shell and DLLs) can be found as separate downloads with resp. without enabled ICU support in variants for 32-bit and 64-bit Windows. The SQLite3 shell applications support the SQLite Archive feature.
  • Additionally, a source code amalgamation is provided. That is, a single C source file and a single C header file.