Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 395 Bytes

File metadata and controls

27 lines (19 loc) · 395 Bytes
layout api-command
language Python
permalink api/python/db_list/
command db_list
related_commands
db_create db_drop
db_create/
db_drop/

Command syntax

{% apibody %} r.db_list() → array {% endapibody %}

Description

List all database names in the system. The result is a list of strings.

Example: List all databases.

r.db_list().run(conn)