@dbsketch/core
v0.2.0
Published
Compile DBML or SQL DDL into clean ASCII/Unicode ERD diagrams. Library entry point for dbsketch.
Downloads
111
Maintainers
Readme
@dbsketch/core
Library entry point for dbsketch — compile DBML or SQL DDL into clean ASCII/Unicode ERD diagrams. Browser-safe (no Node-only imports).
npm install @dbsketch/coreimport { compile, compileSql } from '@dbsketch/core';
const ascii = compile(dbmlSource);
const ascii = compileSql(sqlSource, 'postgres');See the project README for the algorithm, layout hints, and full examples.
