Databases¶
List, inspect, create, update, and delete catalog databases, inspect their objects and tables, or run NL2SQL. Use the database identifier returned by the relevant action for subsequent database operations.
Choose a task¶
Task |
Description |
|---|---|
Returns a list of readable databases under the specified Catalog. |
|
Query database details by ID. |
|
Create a database under the specified Catalog. |
|
Change the database description; renaming is not supported. |
|
Delete a database after confirming that publications and subscriptions do not use it. |
|
Query the volumes, tables and operators that can be read in the specified database. |
|
Paged query specifies the tables directly contained in the database. |
|
Execute NL2SQL-generated SQL in the specified database and return the result columns and rows. |
Last updated on