vramework / schemats

A postgres & mysql -> typescript interface generator
MIT License
226 stars 11 forks source link

Provide a database description JS file #2

Open yasserf opened 3 years ago

yasserf commented 3 years ago

This will allow us to power alot of meta data driven events in the frontend and also power the databuilder product (currently not OS)

yasserf commented 3 years ago

This is partially done now by providing a Tables object and a CustomTypes object.

What's left is a JS database description file (columns and type) that can be consumed by typed-postgres do simple validation on column names.