Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 261 Bytes

File metadata and controls

12 lines (8 loc) · 261 Bytes

sqlite-in-rust

Side project to build experience with Rust and better understand basic database internals.

Inspired by https://cstack.github.io/db_tutorial/

TODO

  • table implementation
  • row implementation
  • create table
  • delete table