duckdb

package
v4.17.0-duckdb.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 12, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const MigrationTable = "gmg_schema_migrations"

Variables

This section is empty.

Functions

This section is empty.

Types

type DuckDB

type DuckDB struct {
	// contains filtered or unexported fields
}

func (*DuckDB) Close

func (d *DuckDB) Close() error

func (*DuckDB) Drop

func (d *DuckDB) Drop() error

func (*DuckDB) Lock

func (d *DuckDB) Lock() error

func (*DuckDB) Open

func (d *DuckDB) Open(url string) (database.Driver, error)

func (*DuckDB) Run

func (d *DuckDB) Run(migration io.Reader) error

func (*DuckDB) SetVersion

func (d *DuckDB) SetVersion(version int, dirty bool) error

func (*DuckDB) Unlock

func (d *DuckDB) Unlock() error

func (*DuckDB) Version

func (m *DuckDB) Version() (version int, dirty bool, err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL