Decision Workspace
rs_aio_db vs rusqlite_migration vs sea-query-rusqlite
Side-by-side comparison of Rust crates
40
rs_aio_db
growingv0.8.5
All in one (aka Aio) database with async support. Based on sqlite, bevy_reflect and tokio, includes a dead simple API to be used (no SQL needed just pure Rust). Comes with automigration.
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.
71
sea-query-rusqlite
growingv0.7.0
Binder traits for connecting sea-query with Rusqlite
Core Metrics
| rs_aio_db | rusqlite_migration | sea-query-rusqlite | |
|---|---|---|---|
| Health Score | 40 | 72 | 71 |
| Total Downloads | 44.7K | 913.4K | 238.4K |
| 30d Downloads | 45 | 70.6K | 30.1K |
| Dependents | 0 | 590 | 129 |
| Releases | 47 | 32 | 22 |
| Last Updated | 142d ago | 6d ago | 17d ago |
| Age | 1y 12m | 5y 4m | 3y 5m |
Health Breakdown
rs_aio_db
Maintenance
12
Quality
10
Community
2
Popularity
6
Documentation
10
rusqlite_migration
Maintenance
19
Quality
21
Community
13
Popularity
7
Documentation
12
sea-query-rusqlite
Maintenance
18
Quality
19
Community
13
Popularity
6
Documentation
15
Technical Details
| rs_aio_db | rusqlite_migration | sea-query-rusqlite | |
|---|---|---|---|
| Version | 0.8.5 | 2.5.0 | 0.7.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | Apache-2.0 | Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 7 | 7 | 2 |
| Crate Size | 26KB | 33KB | 2KB |
| Features | 0 | 2 | 10 |
| Yanked % | 14.9% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2021 |
| MSRV | — | 1.84 | 1.60 |
| Owners | 1 | 1 | 2 |
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.
- •rs_aio_db, sea-query-rusqlite are pre-1.0 — API may change.