Skip to content

sqleet v0.30.0

Compare
Choose a tag to compare
@resilar resilar released this 07 Oct 12:00
· 7 commits to master since this release

sqleet as a drop-in replacement for the SQLite3 amalgamation.

What's new in v0.30.0?

  • SQLite v3.30.0
  • rekey() now accepts a NULL key for decrypting the database
    • Previously a 0-length non-NULL key was expected
    • Thanks @johnfound for reporting the issue
  • Improved support for multi-threaded concurrency
  • Minor crypto optimizations