0.12.0
Version 0.12 added support for the online backup API.
Added
- Added support for the online backup API (#47).
- Documented the
OpenFlags
.
Changed
OpenNoMutex
andOpenFullMutex
no longer have an effect onsqlite.OpenConn
.OpenNoMutex
(i.e. multi-thread mode) is now the only supported mode.*sqlite.Conn
has never been safe to use concurrently from multiple goroutines, so this is mostly to prevent unnecessary locking and to avoid confusion. (#32).