You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/about.md
+7
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,13 @@ I started this project because I wanted to learn a lot of things:
22
22
I wanted to create a "real" project, not just some TODO app. But something original with actually everything.
23
23
That's why I added automatic documentation update when push in main. Or automatic build and release when I push a new tag. And why I make it look like a proper open-source project.
24
24
25
+
I didn't research that much how other db do stuff. I wanted to just do it, figure it out and make silly mistake. That how you learn.
26
+
I may take this knowledge and try to do more niche database, something maybe a bit more through upfront.
27
+
Because here I just wrote the simpliest query I could think of that can do easy relationship.
28
+
But let's be honest, that's kind of a mess. I more want to do like a vector db or tigerbeetle and there transaction database.
29
+
30
+
Or just just simply a SQL db. I mean I don't think it would be that difficult based on what I already did.
31
+
25
32
### How
26
33
27
34
I came into this project with 0 real knowledge of how a database work and a small week-end of coding zig. I didn't read that much about how other people make databases.
0 commit comments