Documentation
¶
Index ¶
- Constants
- type DuckDB
- func (d *DuckDB) Close() error
- func (d *DuckDB) Drop() error
- func (d *DuckDB) Lock() error
- func (d *DuckDB) Open(url string) (database.Driver, error)
- func (d *DuckDB) Run(migration io.Reader) error
- func (d *DuckDB) SetVersion(version int, dirty bool) error
- func (d *DuckDB) Unlock() error
- func (m *DuckDB) Version() (version int, dirty bool, err error)
Constants ¶
View Source
const MigrationTable = "gmg_schema_migrations"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.