FILTER · TAG

#Database

1entry · clear ✕

Project

Warp and Weft: Weaving a Serverless SQL Database

RB-000606.21.2026

Notes on Twill, a project from the past few days — a SQL database that is embeddable like SQLite yet can stand up as a server, and scales to zero because it is serverless. Its design splits warp (compute) from weft (storage) on purpose, to stay robust, portable, and cheap to scale from nothing to a hundred.

Read →