From 8882f80548d49e3d272fbaf45593a5097e2ee662 Mon Sep 17 00:00:00 2001 From: Jesper Axelsson Date: Fri, 22 May 2020 21:42:42 +0200 Subject: [PATCH] Update readme --- cargo-sqlx/README.md | 1 - 1 file changed, 1 deletion(-) 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