
Announcing our next challenge: "Build your own SQLite". In this challenge, you'll build a barebones SQLite implementation that supports basic SQL commands like SELECT/INSERT. Along the way we'll learn about SQLite's file format, your indexed data is stored in B-trees and more.





















