Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/evanxg852000/lsmdb

Building a relational SQL database from scratch for learning and experimenting in Rust
https://github.com/evanxg852000/lsmdb

Last synced: about 13 hours ago
JSON representation

Building a relational SQL database from scratch for learning and experimenting in Rust

Awesome Lists containing this project

README

        

# LsmDB:

Learning and building a relational database system from scratch using using Rust.

## Notes:
- I am still in early stage of my learning, so contributions will only be limited to discussions and technical design suggestions. I am all ears for anything you can teach me or anything I could do better.
- I am shooting for hight performance too, so this repo is more of an experimenting playground.
- Feel free to ask questions or open issues

TODO:
- iterators should hold onto their Arc items
- test this