Is there any Static Site Generator which will make pages based on SQL queries? I have a database with 70k rows, and I want to make a webpage for each one?
@amapanda I don't know your exact use case. But perhaps an #ORM is suitable.
For example:
https://www.prisma.io/docs/getting-started
@astrid current code for t.ie is a Django web application. It's basically an ORM that then renders from the DB