I wish to create or implement a database engine on sololearn 4 practical purposes! Is it possible? Please sl team! Would b great | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

I wish to create or implement a database engine on sololearn 4 practical purposes! Is it possible? Please sl team! Would b great

SGBD ON SOLOLEARN!

1st Aug 2017, 4:56 PM
Geovanni Rangel (Omkara)
Geovanni Rangel (Omkara) - avatar
2 Answers
+ 4
thanks @Salekin I'll check it out!
3rd Aug 2017, 4:40 PM
Geovanni Rangel (Omkara)
Geovanni Rangel (Omkara) - avatar
+ 1
I might be interprating your question wrong. If writing a new database system is what you're asking, you'll need two things. 1. design a suitable data structure that can be used to make tables with complex relations with each other. 2. write a query parser. you can check out popular open source databases github pull requests, to see their implementations. Firebird sql is one such. https://github.com/FirebirdSQL/firebird
2nd Aug 2017, 8:58 PM
Salekin
Salekin - avatar