Documentation
¶
Index ¶
- func New() dialects.Dialect
- func UseSQLite()
- type Config
- type SQLiteCore
- func (*SQLiteCore) AutoIncrement() string
- func (*SQLiteCore) Binding() string
- func (*SQLiteCore) CurrentTime() string
- func (*SQLiteCore) DataType(t dialects.DataType) string
- func (s *SQLiteCore) Escape(v any) string
- func (s *SQLiteCore) Features() dialects.Features
- func (*SQLiteCore) Identifier(s string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Path string
}
func (*Config) DataSourceName ¶
func (*Config) DriverName ¶
type SQLiteCore ¶
type SQLiteCore struct{}
func (*SQLiteCore) AutoIncrement ¶
func (*SQLiteCore) AutoIncrement() string
func (*SQLiteCore) Binding ¶
func (*SQLiteCore) Binding() string
func (*SQLiteCore) CurrentTime ¶
func (*SQLiteCore) CurrentTime() string
func (*SQLiteCore) Escape ¶
func (s *SQLiteCore) Escape(v any) string
func (*SQLiteCore) Features ¶
func (s *SQLiteCore) Features() dialects.Features
func (*SQLiteCore) Identifier ¶
func (*SQLiteCore) Identifier(s string) string
Click to show internal directories.
Click to hide internal directories.