Overview of go-sqlite3 packages
mainThe repository is organized into several packages depending on your needs:
github.com/ncruces/go-sqlite3: Provides direct access to the C SQLite API.github.com/ncruces/go-sqlite3/driver: Provides adatabase/sqlcompatible driver.github.com/ncruces/go-sqlite3/vfs: Wraps the C SQLite VFS API and provides a pure Go implementation of the Virtual File System.github.com/ncruces/go-sqlite3/gormlite: Provides a driver specifically for GORM.