sqlchat
sqlchat copied to clipboard
Include views in schema
Is your feature request related to a problem?
Only tables in a postgresql schema is listed. The result is that views are not added into the chat context.
Describe the solution you'd like
Detect available views in the schema and list them among the tables. No special treatment should be necessary.
Additional context
No response