You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the codebase for a working single-user DBMS that can execute certain simple SQL queries. The DBMS is implemented in layers: with the topmost layer being a parser of SQL queries, and the lowermost layer being a disk I/O layer which reads and writes pages from and to the disk (UNIX fs).