Decision Workspace
ic-sql-migrate vs rusqlite_migration vs migratio
Side-by-side comparison of Rust crates
47
ic-sql-migrate
experimentalv0.0.5
A lightweight database migration library for Internet Computer (ICP) canisters with SQLite and Turso support.
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
| ic-sql-migrate | rusqlite_migration | migratio | |
|---|---|---|---|
| Health Score | 47 | 72 | 58 |
| Total Downloads | 1.6K | 913.4K | 2.1K |
| 30d Downloads | 10 | 73.2K | 86 |
| Dependents | 0 | 590 | 7 |
| Releases | 5 | 32 | 16 |
| Last Updated | 161d ago | 6d ago | 4d ago |
| Age | 6m | 5y 4m | 5m |
Health Breakdown
ic-sql-migrate
Maintenance
12
Quality
15
Community
6
Popularity
4
Documentation
10
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
| ic-sql-migrate | rusqlite_migration | migratio | |
|---|---|---|---|
| Version | 0.0.5 | 2.5.0 | 0.4.2 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | Apache-2.0 | MIT |
| Dependencies | 6 | 7 | 20 |
| Crate Size | 29KB | 33KB | 89KB |
| Features | 3 | 2 | 6 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | 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.
- •ic-sql-migrate, migratio are pre-1.0 — API may change.