Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Could this be used to generate markdown from any table? #109

Open
richard-edwards opened this issue Apr 15, 2024 · 3 comments
Open

Comments

@richard-edwards
Copy link

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.

@ozum
Copy link
Owner

ozum commented Apr 15, 2024

No, this is a database reverse engineering tool, so it only supports meta-data (table names, column names, view names, column data types, etc.). It can't use data from table rows.

@richard-edwards
Copy link
Author

Ok thank you for the quick reply. Any suggestions for something like that? I could probably knock something together quickly but I imagine there has to be something out there already.

@ozum
Copy link
Owner

ozum commented Apr 16, 2024

Unfortunately, I don't know any tool for this purpose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants