This extension/library is built on top of the experimental c bindings of libsql.
How does data get structured and persisted on disk? What makes transactions atomic and rollback-able? Why are B-Trees used so widely in real databases? How do you turn human-readable query text into ...