What's Changed
Updates:
- SQLite 3.47.0
Major changes:
- New default memory limit per connection of 256MB (64-bit) and 32MB (32-bit) in c900889
- Shared WAL mode support for 32-bit platforms in c900889
- Checksum VFS supported by default in #176 and #177
- VFS API changes in 21de004 and 75c1dbb
- Rename
vtabutil
package tosql3util
in c69ee0f - Rename
WalSomething
APIs toWALSomething
in 0cd0f48
Encryption
- @ben-krieger worked on an AES-XTS VFS in #167 and #171
- consider this package experimental
Full Changelog: v0.19.0...v0.20.0