1.1.0
Version 1.1 introduces the ability to prepare connections on sqlitex.Pool
, improves performance, and improves documentation.
Added
- Added a
sqlitex.NewPool
function with support for aConnPrepareFunc
(#65). - Added a documentation example for
SetCollation
(#64).
Deprecated
- Deprecated
sqlitex.Open
in favor ofsqlitex.NewPool
.