Documentation ¶ Index ¶ type SQLite func (*SQLite) DataType(t dialects.DataType) string func (*SQLite) Identifier(s string) string func (d *SQLite) InsertOrUpdate(table, primaryKey string, columns []string, values []any) (string, []any) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type SQLite ¶ type SQLite struct{} func (*SQLite) DataType ¶ func (*SQLite) DataType(t dialects.DataType) string func (*SQLite) Identifier ¶ func (*SQLite) Identifier(s string) string func (*SQLite) InsertOrUpdate ¶ func (d *SQLite) InsertOrUpdate(table, primaryKey string, columns []string, values []any) (string, []any) Source Files ¶ View all Source files sqlite.go Click to show internal directories. Click to hide internal directories.