Sqlx
Sqlx migrations should be handled using the sqlx cli tool.
# Create database based on the $DATABASE_URL env variable
# Run migrations in migrations/
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