chore: add sqlite to readme
This commit is contained in:
parent
128047723d
commit
0633780b84
1 changed files with 5 additions and 2 deletions
|
@ -52,8 +52,11 @@ For more information about the commands, simply run `migra help`
|
||||||
|
|
||||||
### Supported databases
|
### Supported databases
|
||||||
|
|
||||||
- [x] Postgres
|
| Database | Feature | Default |
|
||||||
- [x] MySQL
|
|----------|--------------|:------------------:|
|
||||||
|
| Postgres | postgres | :heavy_check_mark: |
|
||||||
|
| MySQL | mysql | :x: |
|
||||||
|
| Sqlite | sqlite | :x: |
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
Reference in a new issue