Replies: 1 comment 2 replies
-
Hi @densypko 👋🏻! Thanks for opening a discussion about this. We don't currently have an API to get schema information for every existing table with a single query. If we were to add that, it'd probably be a separate API (perhaps Additionally, its implementation would have to be optimized to the single-call version on a backend-specific basis. Can you describe what you want to do with this information and/or your use for such an API? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to get the table columns in bulk? For example
connection.list_tables(with_columns=True)
. Because when I want to do a scan of a database/schema it is slow.Postgres:
Beta Was this translation helpful? Give feedback.
All reactions