is there java、python、rust client for badger or just can used in go
Nope, Badger is a GoLang DB that you embed in your code.
you can write a server in go with grpc or http.
then call it by java |python | rust…
1 Like