method

Store.Migrate

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

Install adapter-owned tables and record the manifest for development or bootstrap use.

Source adapters/sqlite/schema.go:24

@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.