# sqlx compile-time query checking uses the committed `.sqlx/` cache, not a live # database. After changing or adding any `query!`/`query_as!`/`query_scalar!` in # mt-db, regenerate it with `DATABASE_URL=postgres:///multithreaded cargo sqlx prepare --workspace` # and commit the result. Override locally with `SQLX_OFFLINE=false` to verify # against a live DB instead. [env] SQLX_OFFLINE = "true"