Any downsides to using this something like this fo...
# spicedb
r
Any downsides to using this something like this for testing? https://github.com/authzed/examples/blob/main/spicedb-as-library/main.go We would make an in memory server at the beginning of test runs and otherwise use the client as usual. We're using Go in our project.