objectbox / objectbox-dart

Flutter database for super-fast Dart object persistence
https://docs.objectbox.io/getting-started
Apache License 2.0
1k stars 117 forks source link

Access privileges to update and delete data #314

Open QiXi opened 2 years ago

QiXi commented 2 years ago

I am considering the possibility of using ObjectBox as an opportunity to synchronize a piece of data between a client and a server in a multiplayer game. While studying the ObjectBox materials, I did not find information about the separation of the level of responsibility for data management and came to the conclusion that all participants have equal rights. Is this so or have I not studied this solution enough? If this is true, then is it planned to split the authority to overwrite or delete fields in the entity in the future.

greenrobot commented 2 years ago

Yes, at this point it is like you described. This functionality will be added later.