Decision Workspace
spin-migrate vs rusqlite_migration vs migratio
Side-by-side comparison of Rust crates
45
spin-migrate
experimentalv0.0.1
Database migration library for Spin WASM applications
72
rusqlite_migration
stablev2.5.0
Simple schema migration library for rusqlite using user_version instead of an SQL table to maintain the current schema version.
58
migratio
experimentalv0.4.2
Write expressive database migrations in Rust.
Core Metrics
| spin-migrate | rusqlite_migration | migratio | |
|---|---|---|---|
| Health Score | 45 | 72 | 58 |
| Total Downloads | 26 | 913.4K | 2.1K |
| 30d Downloads | 3 | 70.6K | 85 |
| Dependents | 0 | 590 | 7 |
| Releases | 1 | 32 | 16 |
| Last Updated | 77d ago | 6d ago | 4d ago |
| Age | 2m | 5y 4m | 5m |
Health Breakdown
spin-migrate
Maintenance
9
Quality
16
Community
6
Popularity
2
Documentation
12
rusqlite_migration
Maintenance
19
Quality
21
Community
13
Popularity
7
Documentation
12
migratio
Maintenance
19
Quality
14
Community
8
Popularity
4
Documentation
13
Technical Details
| spin-migrate | rusqlite_migration | migratio | |
|---|---|---|---|
| Version | 0.0.1 | 2.5.0 | 0.4.2 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | Apache-2.0 | MIT |
| Dependencies | 3 | 7 | 20 |
| Crate Size | 20KB | 33KB | 89KB |
| Features | 3 | 2 | 6 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.70 | 1.84 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •rusqlite_migration leads with a health score of 72/100, but none of the options score above 80.
- •rusqlite_migration is depended on by 590 crates — strongest ecosystem trust.
- •spin-migrate, migratio are pre-1.0 — API may change.