Versions in this module Expand all Collapse all v0 v0.1.0 Oct 24, 2025 Changes in this version + const PrefabColumns + const PrefabDatabases + const PrefabTables + type SQLite3 struct + func NewSQLite3Driver() (*SQLite3, error) + func (s *SQLite3) Capabilities() []database.Capabilities + func (s *SQLite3) ConnectionStringTemplate() *template.Template + func (s *SQLite3) GetPrefab(r database.Request) (string, []any, error) + func (s *SQLite3) GetTemplate(queryType database.RequestType) string + func (s *SQLite3) IncreamentPlaceholder() string + func (s *SQLite3) Name() string + func (s *SQLite3) Quote(value string) string + func (s *SQLite3) QuoteRune() rune + func (s *SQLite3) RenderCurrentTimestamp() string + func (s *SQLite3) RenderPlaceholder(index int) string + func (s *SQLite3) RenderTypeCast() string + func (s *SQLite3) RenderValue(value any) string + func (s *SQLite3) ResolveType(dbType string, value []byte) (any, error)