# 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