3 releases
new 0.2.2 | Mar 5, 2025 |
---|---|
0.2.1 | Feb 27, 2025 |
0.2.0 | Feb 27, 2025 |
#2079 in Database interfaces
120 downloads per month
Used in 3 crates
(2 directly)
67KB
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
~38–51MB
~899K SLoC