DocOps / liquidoc-gem

The canonical gem source for LiquiDoc, a ruby-based documentation parsing and rendering utility enabling advanced builds with Asciidoctor, Jekyll, Liquid, and semi-structured data files.
https://docs.docops.org/liquidoc-user-manual.html
MIT License
12 stars 5 forks source link

Add SQL/RDB ingest support #9

Open briandominick opened 6 years ago

briandominick commented 6 years ago

While the purest intentions for LiquiDoc generally preclude data stored in a relational database (RDB), there's no reason the tool should not be able to draw real-time data from an RDB system via structured query language (SQL). This will be on the back burner until I get a request. It's been a while since I've used JDBC-based systems against backends like MySQL and PostgreSQL, and I don't know how universally such a solution can be applied, but I don't think it will be too long before I run into this need.