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