diff --git a/sqlx-cli/README.md b/sqlx-cli/README.md index be381f72..86ad67e4 100644 --- a/sqlx-cli/README.md +++ b/sqlx-cli/README.md @@ -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 --help`. ```dotenv