Database documentation generator tbls.
Install tbls:
brew install tblsGenerate markdown documentation from your database schema:
tbls docConvert the generated markdown files to PDF format:
node scripts/mdToPdf.jsCreate entity relationship diagrams from the tbls-generated JSON schema:
npx @liam-hq/cli erd build \
--input docs/central_ledger/schema.json \
--format tbls \
--output-dir dist/central_ledgerNote: Replace central_ledger with your specific database name/path as needed.