Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Support for PostgreSQL Temporary Tables #3661

Open
audioXD opened this issue Jan 2, 2025 · 0 comments
Open

Feature Request: Support for PostgreSQL Temporary Tables #3661

audioXD opened this issue Jan 2, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@audioXD
Copy link

audioXD commented Jan 2, 2025

Is your feature request related to a problem? Please describe.
In my queries, I frequently use temporary tables because they are highly performant. However, I miss the type checking provided by the query!() macros when working with these tables.
Describe the solution you'd like

I propose one of the following solutions:

  • Allow Chained Queries: Support for queries separated by ;, enabling temporary table creation and usage in a single statement.
  • Schema Awareness for Temp Tables: Introduce a way to notify the query!() macro about the existence and schema of a temporary table.

Describe alternatives you've considered
Currently, I haven't explored any viable alternatives to achieve the same functionality.

Additional context
None at the moment.

@audioXD audioXD added the enhancement New feature or request label Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant