chore: add information about supported databases
...to readme
This commit is contained in:
parent
eda1a05d70
commit
c7338c9206
1 changed files with 4 additions and 1 deletions
|
@ -6,7 +6,6 @@
|
||||||
|
|
||||||
Simple SQL migration manager for your project.
|
Simple SQL migration manager for your project.
|
||||||
|
|
||||||
|
|
||||||
### Install
|
### Install
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -36,3 +35,7 @@ A few steps to get you started
|
||||||
```
|
```
|
||||||
|
|
||||||
For more information about the commands, simply run `migra help`
|
For more information about the commands, simply run `migra help`
|
||||||
|
|
||||||
|
### Supported databases
|
||||||
|
|
||||||
|
- [x] Postgres
|
||||||
|
|
Reference in a new issue