Skip to content

Repository files navigation

Toy SQLite implementation in Rust

Implemented a toy database following the Let's Build a Simple Database tutorial to understand the database internals.

TODOs:

Have the implementation as close to SQLite as possible. The current implementation has a very rudimentary parser and a B+Tree implementation for backend storage.

  • Improve REPL
  • Refactor Command Processor
  • ...

About

Toy SQLite implementation in Rust

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Used by

Contributors

Languages