The article introduces Cloud Backed SQLite, a system that allows SQLite databases to be stored in cloud storage accounts, enabling multiple clients to access them without downloading the entire database. The system supports Azure Blob Storage and Google Cloud Storage, with an API for implementing support for other cloud storage systems. It provides a Virtual File System (VFS) module for accessing cloud databases and a daemon process for managing local cache and providing read-only access. The system is designed for use cases where databases need to be stored in cloud storage and accessed by multiple clients.