diff --git a/cargo-sqlx/README.md b/cargo-sqlx/README.md index 8a98bf30..9a0f34b0 100644 --- a/cargo-sqlx/README.md +++ b/cargo-sqlx/README.md @@ -12,4 +12,3 @@ Database url is supplied through either env variable or `.env` file containing ` ##### Limitations - No down migrations! If you need down migrations, there are other more feature complete migrators to use. -- Only support postgres. Other databases is planned