| layout | language | permalink | command | io | related_commands | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
api-command |
JavaScript |
api/javascript/db_list/ |
dbList |
|
|
{% apibody %} r.dbList() → array {% endapibody %}
List all database names in the system. The result is a list of strings.
Example: List all databases.
r.dbList().run(conn, callback)