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 think you can tell Sveltekit to pregenerate everything rather than waiting for people to call it.