get_columns
Retrieve a list of columns from a specified table in SQL databases (Postgres, MySQL, SQLite). Input includes database type, connection string, and table name for precise results.
Instructions
Get list of column in a table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
connection_string | Yes | ||
db_type | Yes | ||
table_name | Yes |