tjwebb / pg-json-schema-export

Export Postgres schemas as JSON ( tables, constraints, sequences)
https://www.npmjs.org/package/pg-json-schema-export
MIT License
38 stars 18 forks source link

Error with views #9

Open DEK4 opened 7 years ago

DEK4 commented 7 years ago

Hi, I try to export my public schema to JSON but I have lot of views and I think you should exlude table_type VIEW from exporting.

image

because I have this error: image