Closed Razikus closed 2 years ago
see tests/immu/test_permission.py:
from immudb.constants import PERMISSION_RW, PERMISSION_R
from immudb.grpc.schema_pb2 import GRANT, REVOKE
There are constants, but well hidden. We should change this.
Great! I will add these to examples then
Currently users of immudb-py have to map Permission and PermissionAction by themselves
Should be probably covered by SDK