Releases: zombiezen/go-sqlite
Releases · zombiezen/go-sqlite
0.2.0
Added
- New migration tool. See the README to get started. (#1)
Changed
*Conn.CreateFunction
has changed entirely. See the reference for details.sqlitex.File
andsqlitex.Buffer
have been moved to thesqlitefile
package- The
sqlitefile.Exec*
functions have been moved to thesqlitex
package asExec*FS
.