Documentation ¶
Index ¶
- type SQLite3
- func (sqlite *SQLite3) ApplyInsertQueryCustomizations(insert sq.InsertBuilder, requestConflictEmptyResult bool) (sq.InsertBuilder, bool)
- func (sqlite *SQLite3) Features() sqlcommon.SQLFeatures
- func (sqlite *SQLite3) GetMigrationDriver(db *sql.DB) (migratedb.Driver, error)
- func (sqlite *SQLite3) Init(ctx context.Context, config config.Section) error
- func (sqlite *SQLite3) InitConfig(config config.Section)
- func (sqlite *SQLite3) MigrationsDir() string
- func (sqlite *SQLite3) Name() string
- func (sqlite *SQLite3) Open(url string) (*sql.DB, error)
- func (sqlite *SQLite3) SetHandler(namespace string, handler database.Callbacks)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SQLite3 ¶
func (*SQLite3) ApplyInsertQueryCustomizations ¶ added in v0.13.0
func (sqlite *SQLite3) ApplyInsertQueryCustomizations(insert sq.InsertBuilder, requestConflictEmptyResult bool) (sq.InsertBuilder, bool)
func (*SQLite3) Features ¶ added in v0.12.0
func (sqlite *SQLite3) Features() sqlcommon.SQLFeatures
func (*SQLite3) GetMigrationDriver ¶
func (*SQLite3) InitConfig ¶ added in v1.1.0
func (*SQLite3) MigrationsDir ¶
Click to show internal directories.
Click to hide internal directories.