Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 469 Bytes

File metadata and controls

29 lines (23 loc) · 469 Bytes
layout language permalink command io related_commands
api-command
JavaScript
api/javascript/db_list/
dbList
r
array
dbCreate dbDrop tableCreate
db_create/
db_drop/
table_create/

Command syntax

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

Description

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

Example: List all databases.

r.dbList().run(conn, callback)