# Functions
ConvertBytes is the byte formatter func for sqlite3 databases.
NewMetadataReader creates the metadata reader for sqlite3 databases.
# Variables
SQLiteTimestampFormats is timestamp formats understood by both this module and SQLite.
# Type aliases
Time provides a type that will correctly scan the various timestamps values stored by the github.com/mattn/go-sqlite3 driver for time.Time values, as well as correctly satisfying the sql/driver/Valuer interface.