Get the latest tech news
Using SQLite as storage for web server static content
Why Clace uses a SQLite database instead of the local file system for static files.
Clace is an open source project building a secure platform for easily developing and deploying internal tools across a team. When the development of Clace was started last year, one of the first decisions was how to store the application data (files) and metadata. When multi-node support is added later, the plan is to use a shared Postgres database instead of using local SQLite for metadata and file data storage.
Or read this on Hacker News