sqlite

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2023 License: MIT Imports: 15 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewSqliteBackend

func NewSqliteBackend(opts *SqliteOptions, logger backend.Logger) backend.Backend

NewSqliteBackend creates a new sqlite-based Backend object.

Types

type SqliteOptions

type SqliteOptions struct {
	OrchestrationLockTimeout time.Duration
	ActivityLockTimeout      time.Duration
	FilePath                 string
}

func NewSqliteOptions

func NewSqliteOptions(filePath string) *SqliteOptions

NewSqliteOptions creates a new options object for the sqlite backend provider.

Specify "" for filePath to configure an in-memory database.

Jump to

Keyboard shortcuts

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