Drop (delete) an existing database and all its associated tables and indexes.
r.dbDrop(name) → result
Show properties
__system__
test
await r.dbDrop('test').run(client);
r
db
dbCreate
dbList