Versions in this module Expand all Collapse all v0 v0.0.1 Aug 9, 2024 Changes in this version + const EngineName + func NewSQLite3(dsn string) (sqldatabase.Engine, error) + type SQLite3 struct + func (m SQLite3) Close() error + func (m SQLite3) Dialect() string + func (m SQLite3) Query(ctx context.Context, query string, args ...any) ([]string, [][]string, error) + func (m SQLite3) TableInfo(ctx context.Context, table string) (string, error) + func (m SQLite3) TableNames(ctx context.Context) ([]string, error)