Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 622 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 622 Bytes

erd-from-json-table-schema

Does what it says on the tin; creates an entity-relationship diagram from a JSON Table Schema

Massive thanks to iburadempa for creating jts_erd, from which this code is derived. jts_erd was designed with Postgres exports in mind; this code assumes a slightly different packaging structure and so probably won't work for that use case.

Development has used Python 3.8.

Documentation: https://erd-from-json-table-schema.readthedocs.org/