Dbdoc: documentation tool for RDBMSs

Hi there! I’ve been working on a tiny clojure (via babashka) script called dbdoc that enables a documentation workflow for database tables, based on a single text file. It’s been in use at my company for most of this year for ~a hundred tables. All it really requires to try it out is a babashka install and most any relational DB.

https://github.com/micahelliott/dbdoc

Would love to see if any of you would be interested in using it and have any improvement ideas/feedback or uses/needs/questions that I haven’t thought of. Feel free to open an issue or reply here. Thanks!

3 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.