by marcobambini on 5/29/25, 3:08 PM with 3 comments
If you look at the [Project Age](https://sqlite.org/src/stat) within the next 23 hours or so, you'll see that it says exactly "*25 years*".
Our expectation is to continue enhancing SQLite for many years to come and to support it actively for at last 25 more years.
by chistev on 5/29/25, 4:35 PM
The SQLite website (https://sqlite.org/) uses SQLite itself, of course, and as of this writing (2015) it handles about 400K to 500K HTTP requests per day, about 15-20% of which are dynamic pages touching the database. Dynamic content uses about 200 SQL statements per webpage. This setup runs on a single VM that shares a physical server with 23 others and yet still keeps the load average below 0.1 most of the time" - The documentation
I use sqlite as the database for my blog - https://www.rxjourney.net/
For most of us, it's all we need.