From 0633780b8453060b8cd0ac8719a9909a3f9118d4 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Sun, 23 May 2021 13:33:12 +0300 Subject: [PATCH] chore: add sqlite to readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d71507a..1e83b91 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,11 @@ For more information about the commands, simply run `migra help` ### Supported databases -- [x] Postgres -- [x] MySQL +| Database | Feature | Default | +|----------|--------------|:------------------:| +| Postgres | postgres | :heavy_check_mark: | +| MySQL | mysql | :x: | +| Sqlite | sqlite | :x: | ## License