function

OpenWithConfig

func OpenWithConfig( ctx context.Context, config Config, ) (*Store, error)

Open a SQLite store with explicit busy-timeout, WAL, and connection bounds.

Source adapters/sqlite/sqlite.go:70

@param ctx
The ctx value.
@param config
The config value.
@returns
The declared result.

Related types

  • Config

    Bounded connection behavior for the embedded SQLite store.

  • Store

    A SQLite implementation of Ridu’s document, snapshot, auth, preference, task, lock, version, and migration store contracts.