package
1.5.0
Repository: https://github.com/alicebob/sqlittle.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Structs

Connection is a single sqlite file It implements the driver.Conn and driver.Tx interfaces.
Driver is the sqlittle database driver.
Rows is the result set.
Statement is a single statement, belonging to a particular Connection.
No description provided by the author