Database drivers #4656
gedw99
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a plan to use a different database driver ?
Postresql is great and I used to use it by default but now I use 100% golang based sql dB called genji.
https://github.com/genjidb/genji
Much faster
Easier to manage due to having streaming backups
Easier to scale due to having raft.
Does have inner joins even though it says it’s a sql document dbblike
mongo
Under the hood it’s badgerdb.
Has subscriptions and so can build streaming systems and event / event aggregator systems on top off
It replaces almost all the different databases you are currently using from what I can see but I am sure I missed a few
Beta Was this translation helpful? Give feedback.
All reactions