Build diagram input from describeTable() output — the path from a database that the ORM never modelled.
describeTable()
const described = await qi.describeTable('users');const diagram = tableDescriptionToDiagram('users', described); Copy
const described = await qi.describeTable('users');const diagram = tableDescriptionToDiagram('users', described);
Build diagram input from
describeTable()output — the path from a database that the ORM never modelled.