I am looking for a way to query a postgres table and generate a set of markdown files based on one or more templates. I understand that this currently uses the database meta data of tables, fields etc. to generate code files etc. but I was wondering if it had the ability to take a table or view, say 'select * from my_document_view" and run against a generator to build a directory of markdown files that would be consumed by a site builder.
I am looking for a way to query a postgres table and generate a set of markdown files based on one or more templates. I understand that this currently uses the database meta data of tables, fields etc. to generate code files etc. but I was wondering if it had the ability to take a table or view, say 'select * from my_document_view" and run against a generator to build a directory of markdown files that would be consumed by a site builder.