mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 06:24:16 +00:00
sqlx-cli/README.md: document that <command> --help
exists
This commit is contained in:
parent
9729385257
commit
07639a61ac
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ in the current working directory.
|
|||
|
||||
`database` and `migrate` subcommands support only Postgres; MySQL and SQLite are TODO.
|
||||
|
||||
For more details, run `sqlx <command> --help`.
|
||||
|
||||
```dotenv
|
||||
# Postgres
|
||||
DATABASE_URL=postgres://postgres@localhost/my_database
|
||||
|
|
Loading…
Reference in a new issue