Is there a way to generate static sites with content from DB?
https://news.ycombinator.com/item?id=31413644For one of my use case, we have to render pages generated from almost a static data available in DB.
I'm wondering if we can have hugo(/any static site) to use DB as a datasource to get the data from DB for site generation. Do we have a plugin that could support that?