Database engine
- 4 Devlogs
- 10 Total hours
A database engine in rust
A database engine in rust
You are finally able to write and read the key value pairs!
There is a long time of polishing waiting ahead of me but in its core it is working!!
I implemented proper saving and searching through key value pairs in my rust database engine. As of now the way it is done is poorly scalable and the error handling needs work. I will address all of those issues in the upcoming iteration of my project!
There is a lot of new concepts I am learning through this project. And I am glad I have the chance to do this.
Open to any constructive critique, I realize there is a lot things to improve so any feedback would be great!
I managed to create a basic file format! I intend to expand it to hold key value pairs and be more memory safe c:
I started work on a database engine in rust, so far it stores information in a json file but understands commands and works well