Replies: 3 comments
|
@plaflamme extended DuckDB schema tree view display will be added to the DuckDB Pro Tools in the next release of that Pro Tools extension. We already have it on the list of enhancements for the extended version of this extension for our Pro sponsors on github: |
0 replies
|
Here is quick preview of the upcoming #DuckDBPro Tools v1.1.0 with extended DB objects tree view display showing DuckDB instance databases, schemas, tables, views, installed and loaded DuckDB extensions, DB types, functions, and keywords: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
Currently, the extension assumes everything lives in the
mainschema and will list all relations in a flat list. But duckdb supports schema, so ideally, tables and views would be listed under the schema they belong to (e.g.: like the snowflake sql-tools extension shows here)All reactions