Advanced Topics¶
Migration Types¶
Jetbase supports three types of migrations: Versioned, Runs Always, and Runs On Change. Versioned migrations cover most use cases, but the repeatable types are useful for specialized cases.
Migration Locking¶
Jetbase automatically locks the database during migrations to prevent conflicts when multiple processes try to migrate simultaneously.