+ 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!
2 odpowiedzi
+ 4
thanks @Salekin I'll check it out!
+ 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