chiselstore
chiselstore copied to clipboard
Any interest in writing a python client to gouged?
My impression is that gouged is the service that provides the SQLite abstraction?
If this is correct, is there any interest in writing a very simple python client to this service/gouged?
@gc-ss Gouge is just an example of how to use the library for now. The main use case is that you embed the library to your application, which communicates with other instances of the application with the underlying RPC.
However, Gouge can definitely be improved further to be a more traditional client/server database. It's not something we're working on, but if you are interested, I am open to merging Python client support.