package
0.19.19
Repository: https://github.com/xo/usql.git
Documentation: pkg.go.dev

# 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.

# Structs

# 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.