Update sqlx-cli/README.md

This commit is contained in:
Emilio González 2021-01-24 02:18:26 -06:00 committed by Austin Bonander
parent af7f259445
commit df6a2a2eb6

View File

@ -20,8 +20,6 @@ $ cargo install --version=0.2.0 sqlx-cli --no-default-features --features postgr
All commands require that a database url is provided. This can be done either with the `--database-url` command line option or by setting `DATABASE_URL`, either in the environment or in a `.env` file
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