Update README.md

This commit is contained in:
Glenn Y. Rolland 2020-05-17 17:45:21 +02:00 committed by GitHub
parent 57277b2967
commit 045b52e725
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,29 +9,29 @@ Note: _rakenne_ means _structure_ in Finnish.
## Roadmap ## Roadmap
* define a DSL for modeling database * :arrow_right: **define a DSL for modeling database**
* describe entity-relationship diagrams (ERD) using MERISE notation * :x: describe entity-relationship diagrams (ERD) using MERISE notation
* describe physical diagrams (PD) * :x: describe physical diagrams (PD)
* provide a command-line tool for all operations * :x: provide a command-line tool for all operations
* render models into diagrams * :x: render models into diagrams
* ERD to MERISE MCD diagrams * :x: ERD to MERISE MCD diagrams
* ERD to Chen notation diagrams * :x: ERD to Chen notation diagrams
* PD to MERISE MLD diagrams * :x: PD to MERISE MLD diagrams
* validate model * :x: validate model
* convert across different database reprentations * :x: convert across different database reprentations
* to convert ERD to PD * :x: convert ERD to PD
* to convert PD to database specific SQL * :x: convert PD to database specific SQL
* to reverse-engineer database-specific SQL to PD * :x: reverse-engineer database-specific SQL to PD
* to reverse-engineer PD to ERD * :x: reverse-engineer PD to ERD
* support multiple physical models * :x: support multiple physical models
* sql * :x: sql
* nosql * :x: nosql
* support multiple SQL and NoSQL languages * :x: support multiple SQL and NoSQL languages
* SQL: postgresql * :x: SQL: postgresql
* SQL: mariadb * :x: SQL: mariadb
* NoSQL: redis * :x: NoSQL: redis
* NoSQL: mongodb * :x: NoSQL: mongodb
* NoSQL: cassandra CQL * :x: NoSQL: cassandra CQL
## Contributing ## Contributing