neumino / rethinkdbdash

An advanced Node.js driver for RethinkDB with a connection pool, support for streams etc.
MIT License
848 stars 109 forks source link

Global grant #396

Open nar10z opened 4 years ago

nar10z commented 4 years ago

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?