← All paths
Databases
Build a SQL Engine
A queryable database engine on top of your own storage: a paged B-tree that keeps keys in order on disk, a SQL tokenizer and parser, a query planner, and an executor that runs SELECT, INSERT and joins — plus the transaction and recovery machinery that makes the answers durable.