Possiblity of implementing a simple SQLite server #827
Unanswered
AdamJSoftware
asked this question in
Q&A
Replies: 1 comment
-
Openraft can utilize In this scenario, when There won't be significant variations between using SqlLite or rocksdb. If the storage implementation differs from the currently provided examples and is a typical use case, I will consider adding another example. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've noticed the implementation of rocksdb, which is already rather impressive. I've spent the last few weeks trying to find a way to implement a stupid simple distributed SQLite server and there seems to be some hope here with this. So my question is, with the current state of openraft, is implementing SQLite possible? Are there any motives to implement such as with the example of rocksdb? Would we have to recreate SQLite or could we just use the basic sqlite crate?
Beta Was this translation helpful? Give feedback.
All reactions