k1LoW / tbls

tbls is a CI-Friendly tool for document a database, written in Go.
MIT License
3.32k stars 163 forks source link

Add support to output enum definitions in the db doc README #601

Open insano10 opened 1 week ago

insano10 commented 1 week ago

I'd like enum support for the documentation. It's not finished yet as there's no tests, but can someone give me feedback if I'm going down the right lines? I'm only using Postgres at the moment which is why it's only been implemented for that driver.

When I build and run tbls against my local db, the enum output looks as expected in the README.md.