/sabiDB

A simple RDBMS implemented in Rust.

Primary LanguageRust

sabiDB

A simple relational database management system implementation in Rust.

This implementation is based on the contents of WEB+DB PRESS Vol.122 written by @koba789.

Roadmap

  • Disk manager
  • Buffer pool manager (use Clock-sweep algorithm)
  • B+Tree as a key-value store
  • CREATE TABLE
  • INSERT
  • Query Executor
  • Full Scan
  • Seq Scan
  • Index Scan
  • Filter
  • Secondary index