Skip to main content

Database Development

Communities

Reddit

Articles and Blog Posts

PostgreSQL

SQLite

  • Let's Build a Simple Database by cstack - Writing a SQLite clone from scratch in C.
  • chidb is a programming assignments developed at the UChicago for CS undergraduate courses. chidb is a didactic relational database management system (RDBMS) designed for teaching how a RDBMS is built internally, from the data organization in files all the way up to the SQL parser and query optimizer. The design of chidb is based on SQLite, with several simplifying assumptions that make it possible to develop a complete chidb implementation over the course of a quarter or semester.
  • Tools:
  • Go SQL DB - A pure Golang SQL database for database theory research.

Theory and Research

ComSci theory and research.

Papers

Courses

Lists