6 stable releases
Uses new Rust 2024
new 1.3.1 | Apr 2, 2025 |
---|---|
1.3.0 | Mar 29, 2025 |
1.1.0 | Feb 15, 2025 |
0.0.1-dev |
|
#1585 in Database interfaces
377 downloads per month
Used in 2 crates
97KB
2K
SLoC
Sqlx
Sqlx migrations should be handled using the sqlx cli tool.
# Create database based on the $DATABASE_URL env variable
sqlx database create
# Run migrations in migrations/
sqlx migrate run
Dependencies
~40–55MB
~1M SLoC