I too wrote something similar in Python a couple of years ago. BUT that's not the point. Your contribution is well documented and effectively shared with whomever might want to use it. That is of value to our community.
Similar to my own LiteStore project ;)<p>Project Page: <a href="https://h3rald.com/litestore/" rel="nofollow">https://h3rald.com/litestore/</a><p>User Guide: <a href="https://h3rald.com/litestore/LiteStore_UserGuide.htm" rel="nofollow">https://h3rald.com/litestore/LiteStore_UserGuide.htm</a>
Looks fairly interesting. I have a lot of static data heavy sites where I struggle with Static site generators.<p>This might be a good alternative.<p>Suggestion: First class serverless/S3 support perhaps?<p>This also reminds me of how crt.sh runs primarily off Postgres: <a href="https://github.com/crtsh" rel="nofollow">https://github.com/crtsh</a>
A few years ago, worked on something similar with Node, Redis and Cassandra... depending on the type of data a given site/resource was, it would either deliver the static content, or run a given node module/version to process and deliver the request... worked very well at scale.
Maybe I'm missing something. I built a website and hand-rolled cms ten years ago leveraging PhP and SQLite that stores and serves the site and certainly allows full CRUD operations.