|
|
|
|
|
by Xylakant
4629 days ago
|
|
> For scheduling use sqlite. Well, scheduling and static generation require a cron job that writes the static asset at the predefined time. It all gets complicated from here. You can write the static asset when it's first accessed for example and from there on serve the static file, but that requires a database/storage as well, so you're basically back to square one. I'd not restrict myself to sqlite here either, but that's a minor nitpick. |
|