Plans to support persistent connection? #317
mcrumiller
started this conversation in
Ideas
Replies: 1 comment
-
Hi @mcrumiller , thanks for the suggestion! Indeed without persistent connection, there will be an issue handling temporary tables. We will consider this in our future plan. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, to connect to a database, a connection string must be supplied, which creates a brand new connection each sql query. This makes it impossible to, for example, create temporary tables for use in future queries.
Are there any plans to support connections such as those provided by SQLAlchemy?
Beta Was this translation helpful? Give feedback.
All reactions