From c3cc146e7c7be507b14f181d7730802a29ffded6 Mon Sep 17 00:00:00 2001 From: Jesper Axelsson Date: Wed, 15 Apr 2020 12:29:52 +0200 Subject: [PATCH] Update README.md --- cargo-sqlx/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cargo-sqlx/README.md b/cargo-sqlx/README.md index 8c955327..8a98bf30 100644 --- a/cargo-sqlx/README.md +++ b/cargo-sqlx/README.md @@ -6,9 +6,10 @@ Database url is supplied through either env variable or `.env` file containing ` ##### Commands - `add ` - add new migration to your migrations folder named `_.sql` +- `database` - create or drop database based on connection string - `run` - Runs all migrations in your migrations folder ##### Limitations - No down migrations! If you need down migrations, there are other more feature complete migrators to use. -- Only support postgres. Could be convinced to add other databases if there is need and easy to use database connection libs. +- Only support postgres. Other databases is planned