Documentation ¶
Index ¶
- type SQLite3
- func (sqlite *SQLite3) GetMigrationDriver(db *sql.DB) (migratedb.Driver, error)
- func (sqlite *SQLite3) Init(ctx context.Context, prefix config.Prefix, callbacks database.Callbacks) error
- func (sqlite *SQLite3) InitPrefix(prefix config.Prefix)
- func (sqlite *SQLite3) MigrationsDir() string
- func (sqlite *SQLite3) Name() string
- func (sqlite *SQLite3) Open(url string) (*sql.DB, error)
- func (sqlite *SQLite3) PlaceholderFormat() sq.PlaceholderFormat
- func (sqlite *SQLite3) UpdateInsertForSequenceReturn(insert sq.InsertBuilder) (sq.InsertBuilder, bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SQLite3 ¶
func (*SQLite3) GetMigrationDriver ¶
func (*SQLite3) InitPrefix ¶
func (*SQLite3) MigrationsDir ¶
func (*SQLite3) PlaceholderFormat ¶
func (sqlite *SQLite3) PlaceholderFormat() sq.PlaceholderFormat
func (*SQLite3) UpdateInsertForSequenceReturn ¶
func (sqlite *SQLite3) UpdateInsertForSequenceReturn(insert sq.InsertBuilder) (sq.InsertBuilder, bool)
Click to show internal directories.
Click to hide internal directories.