Ok, let me ask another way.
I have a web service, use Postgres database.
Everyone can start the web service in his local env and connect to the same Postgres get the same data.
The web service itself is stateless, doesn't persist anything.
Is spiceDB the same as my web service?
Like if I want backup, I just backup my Postgres db?