Database
Database operations
ποΈ Get database list
Get list of configured databases
ποΈ Create a new database
Add a new database configuration
ποΈ Get database by ID
Get database configuration details by ID
ποΈ Update database by ID
Update database configuration by ID
ποΈ Test database connection
Test connection to a configured database
ποΈ Get database metadata
Get metadata for a database
ποΈ Get database tables metadata
Get metadata for all tables in a database
ποΈ Get specific table metadata
Get metadata for specific tables in a database
ποΈ Create a new table
Create a new table in the database
ποΈ Modify a table
Modify an existing table in the database
ποΈ Drop a table
Delete a table from the database
ποΈ Rename a table
Rename an existing table in the database
ποΈ Get table data
Get data from a database table
ποΈ Modify table data
Insert, update, or delete data in a database table
ποΈ Get filtered table data
Get data from a database table with filtering
ποΈ Get column types
Get available column data types for a database
ποΈ Execute a database query
Execute a custom SQL query on the database
ποΈ Get database metrics
Get performance metrics for all databases
ποΈ Get time-range metrics
Get performance metrics for a database over a time range
ποΈ Get current metrics
Get current performance metrics for a database
ποΈ Export database data
Export database data to a file
ποΈ Get export status
Get status of a database export
ποΈ Download export
Download an exported database file