SQLite is a lightweight, file-based database that's perfect for development, prototyping, and small applications. It requires no setup and stores data in a local file. In this guide, you will learn ...
What if the database you rely on could handle writes four times faster without sacrificing simplicity or reliability? For years, SQLite’s single-writer limitation has been both its strength and ...
We’ll start with the most far-reaching addition, which the spec describes as “a new Iterator global with associated static and prototype methods for working with iterators.” The most exciting part of ...
When binding a javascript boolean to a sqlite exec call in a Durable Object, the value is serialised as the string value of the boolean instead of 0/1 as it is in D1. This appears to be the only ...