PEDSnet / pedsnetcdms

A python app for CDM model classes and DDL autogeneration.
Other
1 stars 0 forks source link

Add service layer for on-demand DDL generation #7

Open bruth opened 9 years ago

bruth commented 9 years ago

This could be implemented as a single endpoint that accepts a payload, the target database (Postgres, Oracle, etc.), generates and outputs the DDL.

gracebrownecodes commented 9 years ago

Going to rewrite the JSON spec that underlies this package to simplify and get closer to the data-models csv format.