mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 14:34:19 +00:00
fix(format): fix formatting in sqlx-cli/README.md
This commit is contained in:
parent
639e10248e
commit
1a83f1bdc1
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue