01
SQLite and the Database Engine Hidden Inside Billions of Applications
SQLite reversed the usual database architecture by putting a transactional SQL engine inside the application process, eliminating the separate server and turning a database into a library and file format deployed almost everywhere.
↗