Most existing tools felt too heavy—they required Node.js, Python, or complex setups. I wanted something that follows the Unix philosophy: a simple tool that uses psql to talk directly to pg_catalog.
It's a single SQL script wrapped in a CLI that produces clean DBML. No external dependencies, just pure SQL.
I'd love to hear what you think about the output format or if there are any edge cases in Postgres schemas I should handle better!