chore: add sqlite to readme

This commit is contained in:
Dmitriy Pleshevskiy 2021-05-23 13:33:12 +03:00
parent 128047723d
commit 0633780b84
1 changed files with 5 additions and 2 deletions

View File

@ -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