chiselstore icon indicating copy to clipboard operation
chiselstore copied to clipboard

Any interest in writing a python client to gouged?

Open gc-ss opened this issue 4 years ago • 1 comments

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 avatar Dec 16 '21 02:12 gc-ss

@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.

penberg avatar Dec 16 '21 05:12 penberg