DBMS alternatives?

tedexx

New member
Messages
79
Points
0
Just for curiosity, has anyone tried to implement a different DBMS besides MySQL or the source its juts tightly coupled with the current choices?

Today we have a lot of good dbms choices and could do so much more with more options. Just imagine running a server with mongodb and meteorjs on the web. Or having the concistency and scalability of postgress.

Not trying to be a prick, just asking out of curiosity, i'm trying to learn more about the source of hercules, maybe thats a thing I can work on - if its viable.

 
You would have to implement write yourself a library to interact with database.

 
Last edited by a moderator:
Back
Top