examples

package
v0.0.0-...-ed0dd46 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2025 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AnyBuilder

type AnyBuilder struct{}

func NewAnyBuilder

func NewAnyBuilder() *AnyBuilder

func (AnyBuilder) String

func (AnyBuilder) String(column string, values []any) string

func (AnyBuilder) Values

func (AnyBuilder) Values(values []any) []any

type SQLiteStore

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

func NewInMemorySQLiteStore

func NewInMemorySQLiteStore() (*SQLiteStore, error)

func (*SQLiteStore) BeginTransaction

func (s *SQLiteStore) BeginTransaction(ctx context.Context, opts *sql.TxOptions) error

func (*SQLiteStore) CommitTransaction

func (s *SQLiteStore) CommitTransaction() error

func (*SQLiteStore) ReplacePlaceholders

func (*SQLiteStore) ReplacePlaceholders(query string) string

func (*SQLiteStore) RollbackTransaction

func (s *SQLiteStore) RollbackTransaction() error

func (SQLiteStore) Sql

func (s SQLiteStore) Sql() data.SQLStore

Jump to

Keyboard shortcuts

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