2 releases
new 0.2.1 | Feb 27, 2025 |
---|---|
0.2.0 | Feb 27, 2025 |
#2103 in Database interfaces
Used in 3 crates
(2 directly)
64KB
1K
SLoC
Migration management for SQL databases in Torii
This module provides traits and utilities for managing SQL database migrations in Torii. It defines a common interface for writing migrations that can be used across different SQL database backends.
The main traits are:
Migration
: Defines a single SQL migration with up/down operationsMigrationManager
: Manages the execution and tracking of migrations
Migrations are tracked in a database table (default name: _torii_migrations
) to record
which migrations have been applied and when.
Dependencies
~39–52MB
~1M SLoC