added MySQL and MariaDB to readme

This commit is contained in:
Kononnable 2017-08-14 20:28:03 +02:00
parent 1a87841fdf
commit b4a4431e88
2 changed files with 5 additions and 2 deletions

View File

@ -25,4 +25,4 @@ before_script:
- npm run typings-install
- npm link typescript
- tsc
- sleep 10s
- sleep 20s

View File

@ -7,6 +7,8 @@ Generates models for TypeORM from existing databases.
Suported db engines:
* Microsoft SQL Server
* PostgreSQL
* MySQL
* MariaDB
@ -28,7 +30,8 @@ Options:
-u, --user Username for database server. [required]
-x, --pass Password for database server. [required]
-p, --port Port number for database server.
-e, --engine Database engine. [choices: "mssql", "postgres"]
-e, --engine Database engine.
[choices: "mssql", "postgres", "mysql", "mariadb"] [default: "mssql"]
-o, --output Where to place generated models.
```
### Examples