get_columns
Retrieve a list of columns from a specified table in SQL databases (Postgres, MySQL, SQLite) using database connection details. Streamline schema analysis and database management tasks.
Instructions
Get list of column in a table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
connection_string | Yes | ||
db_type | Yes | ||
table_name | Yes |