Writing a sqlite clone from scratch in C
Role in this project:
Back-end Developer Contributions:2 reviews, 100 commits, 29 PRs in 4 years 7 months
Contributions summary:Connor contributed to the development of a SQLite clone written in C. Their primary contributions included implementing database file opening, user input handling, and parsing of basic SQL commands such as "insert" and "select". They added in-memory database functionality, including the serialization and deserialization of rows, and implementing a basic B-tree structure to store data, demonstrating a focus on core database design and functionality.
sqlsqlite3sqlitedatabasescratch
Contributions:77 pushes, 2 branches in 3 years 4 months