MCPcopy Create free account
hub / github.com/rilldata/rill / catalogStore

Struct catalogStore

runtime/drivers/sqlite/catalog.go:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type catalogStore struct {
14 *connection
15 instanceID string
16}
17
18func (c *catalogStore) NextControllerVersion(ctx context.Context) (int64, error) {
19 _, err := c.db.ExecContext(ctx, "INSERT OR IGNORE INTO controller_version(instance_id, version) VALUES (?, 0)", c.instanceID)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected