# Functions
ErrorRow return an error row.
FromDB creates a DB from a sql.DB.
MapToSlice map query and struct as sql and args.
NewRow from rows.
Open opens a database.
StructToSlice converts a query and struct as sql and args.
# Variables
DefaultCacheSize sets the default cache size.
ErrNoMapPointer represents error when no map pointer.
ErrNoStructPointer represents error when no struct pointer.
# Interfaces
Executer represents an interface to execute a SQL.
Queryer represents an interface to query a SQL to get data from database.
QueryExecuter combines the Queryer and Executer.
# Type aliases
NullTime defines a customize type NullTime.