type database/sql/driver.Conn (interface)

Method Implmentations

Begin() (Tx, error) github.com/ncruces/go-sqlite3/driver.Conn.Begin
Close() error github.com/ncruces/go-sqlite3/driver.Conn.Close
Prepare(query string) (Stmt, error) github.com/ncruces/go-sqlite3/driver.Conn.Prepare