SQLx Regression 1387 ./todos is taken and modified from official example Reproduce Step Declare the database URL export DATABASE_URL="sqlite:${PWD}/todos.db" Create the database. sqlx db create Run sql migrations pushd todos && sqlx migrate run && popd Build cargo build