Documentation ¶ Index ¶ func UseSQLite() type SQLite func (*SQLite) Binding() string func (*SQLite) CurrentTime() string func (*SQLite) DataType(t dialects.DataType) string func (s *SQLite) Escape(v any) string func (*SQLite) Identifier(s string) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func UseSQLite ¶ added in v0.20.2 func UseSQLite() Types ¶ type SQLite ¶ type SQLite struct{} func (*SQLite) Binding ¶ added in v0.20.2 func (*SQLite) Binding() string func (*SQLite) CurrentTime ¶ added in v0.17.0 func (*SQLite) CurrentTime() string func (*SQLite) DataType ¶ func (*SQLite) DataType(t dialects.DataType) string func (*SQLite) Escape ¶ added in v0.21.2 func (s *SQLite) Escape(v any) string func (*SQLite) Identifier ¶ func (*SQLite) Identifier(s string) string Source Files ¶ View all Source files sqlite.go Click to show internal directories. Click to hide internal directories.