podbc_get_schemas
Retrieve a list of all schema names from a connected database using SQLAlchemy via pyodbc, enabling efficient database schema management.
Instructions
Retrieve and return a list of all schema names from the connected database.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | No |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Url"
}
},
"title": "podbc_get_schemasArguments",
"type": "object"
}