method

Store.Ready

func (backend *Store) Ready( ctx context.Context, manifest schema.Manifest, ) error

Prove connectivity and an exact applied manifest.

Source adapters/sqlite/sqlite.go:317

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

Related types

  • Store

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

  • Manifest

    An immutable versioned schema contract.