From df6a2a2eb61421004f80f1a7cbc24000b3dbed7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Gonz=C3=A1lez?= Date: Sun, 24 Jan 2021 02:18:26 -0600 Subject: [PATCH] Update sqlx-cli/README.md --- sqlx-cli/README.md | 2 -- 1 file changed, 2 deletions(-) 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