cstack / db_tutorial

Writing a sqlite clone from scratch in C
https://cstack.github.io/db_tutorial
MIT License
9.56k stars 968 forks source link

Can i continue this awesome project, dear cstack? #84

Closed faceless00 closed 2 years ago

faceless00 commented 2 years ago

I have learned a lot from this tutorial, and i thought part 13 will complete this project.
Emm... So can i continue this project? For instance, Part 14?
If you agree, can you give me some advice?
I have translate all parts of this article in chinese on my github pages( I have said the original article is on your website).
😤😤

cstack commented 2 years ago

Please feel free to continue the tutorial on your own!

Ashvith10 commented 1 month ago

@cstack part 15 of the page does not mention how we can be improving the database, or at least the areas we should look into. Would you mind adding details about that?

lizardwizardd commented 1 month ago

part 15 of the page does not mention how we can be improving the database, or at least the areas we should look into. Would you mind adding details about that?

Add support for multiple tables, implement UPDATE and soft deletion of rows. These are simple improvements that don't require big structural changes