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