sqlite

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SQLiteGetEvents

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

func NewSQLiteGetEvents

func NewSQLiteGetEvents(db *sql.DB, logger *logging.Logger) *SQLiteGetEvents

func (*SQLiteGetEvents) Get

type SQLiteLockProvider

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

func NewSQLiteLockProvider

func NewSQLiteLockProvider(db *sql.DB, logger logging.Logger) *SQLiteLockProvider

func (*SQLiteLockProvider) Lock

func (m *SQLiteLockProvider) Lock(ctx context.Context, lockName string) error

type SQLiteSaveEvents

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

func NewSQLiteSaveEvents

func NewSQLiteSaveEvents(db *sql.DB, logger *logging.Logger) *SQLiteSaveEvents

func (*SQLiteSaveEvents) Save

func (s *SQLiteSaveEvents) Save(
	ctx context.Context,
	events *[]orisun.EventWithMapTags,
	boundary string,
	streamName string,
	expectedVersion uint32,
	streamConsistencyCondition *orisun.Query) (transactionID string, globalID uint64, err error)

Jump to

Keyboard shortcuts

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