rethinkdbdash
rethinkdbdash copied to clipboard
Global grant
Hello!
I try:
await r.grant('guest', { config: true, connect: false, read: false, write: false });
And i get: "r.grant is not a function". How do I assign global rights to users?