diff --git a/sqlx-cli/README.md b/sqlx-cli/README.md index f23468873..adb75d082 100644 --- a/sqlx-cli/README.md +++ b/sqlx-cli/README.md @@ -61,6 +61,7 @@ cargo sqlx prepare ``` Saves query data to `sqlx-data.json` in the current directory; check this file into version control and an active database connection will no longer be needed to build your project. + ---- ```bash cargo sqlx prepare --check