package
0.0.0-20220608143024-869cb3580a8a
Repository: https://github.com/9072997/sqltransform.git
Documentation: pkg.go.dev
# Functions
NewSQLite3Storage returns a SQLite3Storage with the SQLite3Options provided applied.
NewSQLite3StorageWithDefaults returns a SQLite3Storage with the default options.
# Structs
SQLite3Options are options passed into SQLite3 connection as needed.
SQLite3Storage represents a TextQL compatible SQL backend based on in-memory SQLite3.
# Interfaces
Storage implentors are expected to be SQL capable engines.