Versions in this module Expand all Collapse all v0 v0.0.8 Oct 11, 2024 Changes in this version + type Config struct + DBConnectionString string + type SQLite struct + func NewSqlite(ctx context.Context, conf Config) (*SQLite, error) + func (s *SQLite) Close() + func (s *SQLite) Queries() *gen.Queries