A drop-in SQLite replacement where all storage is backed by Azure Blob Storage. sqlite-objs implements a custom SQLite VFS (Virtual File System) layer that stores database files as Azure Page Blobs ...
In SQLite, creating a new database is simple because the database is just a single file. SQLite creates the database file automatically when you connect to a non-existent database. Here’s how you can ...