package
0.0.0-20231022225140-e6545d501ca9
Repository: https://github.com/dinedal/textql.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.