sqlite

package module
v0.0.0-...-47fa911 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Migration

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

func NewMigration

func NewMigration(db *sqlite.Conn, schema *schema.Schema) *Migration

func (*Migration) Generate

func (m *Migration) Generate(ctx context.Context) ([]string, error)

Generate generates the migration queries.

func (*Migration) Run

func (m *Migration) Run(ctx context.Context) error

Run executes the migration.

type SQLiteStore

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

func NewSQLiteStore

func NewSQLiteStore(db *sqlite.Conn, schema *schema.Schema) *SQLiteStore

func (*SQLiteStore) DeleteRecord

func (s *SQLiteStore) DeleteRecord(ctx context.Context, key *xdb.Key) error

func (*SQLiteStore) GetRecord

func (s *SQLiteStore) GetRecord(ctx context.Context, key *xdb.Key) (*xdb.Record, error)

func (*SQLiteStore) PutRecord

func (s *SQLiteStore) PutRecord(ctx context.Context, record *xdb.Record) error

func (*SQLiteStore) QueryRecords

func (s *SQLiteStore) QueryRecords(ctx context.Context, q *xdb.Query) (*xdb.RecordSet, error)

Jump to

Keyboard shortcuts

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