Skip to content

Migrations

SpacetimeDB: Migrations ↗

Migrations are a SpacetimeDB runtime concern. effect-spacetimedb does not add a separate migration DSL or change the host migration model.

Use Stdb.table(...), Stdb.scheduledTable(...), and the callable builders to declare the next module schema, then follow SpacetimeDB’s migration guidance for publishing and upgrading databases.