mekanika / skematic

Data model & rule engine for JS objects
9 stars 0 forks source link

Extract DB schema generator as a plugin #35

Closed cayuu closed 6 years ago

cayuu commented 6 years ago

There was a bunch of code setup in #32 #31 and #27 Types Definition intended to enable generating schemas for SQL dbs (especially Postgres). This is not a terrible idea, but is stretching what Skematic is for.

Pull this jazz 🎷 into a plugin away from the screaming masses.

cayuu commented 6 years ago

Ah technically this is already in /plugins. Closing! See https://github.com/mekanika/skematic/blob/3.0.0/src/plugins/toSQL.js