reflex-dev / reflex

🕸️ Web apps in pure Python 🐍
https://reflex.dev
Apache License 2.0
19.07k stars 1.08k forks source link

Unable to set connection arguments for db connection #3751

Open ibigpapa opened 1 month ago

ibigpapa commented 1 month ago

https://github.com/reflex-dev/reflex/blob/3309c0e53356256268294286c44ea09f50014e0a/reflex/model.py#L27

Reviewing the code it looks like you cannot specify connection arguments in the config file. For instance I need to change the timeout of the ODBC connection. Unless I'm missing how to set this up doesn't look like it's available.

Alek99 commented 1 month ago

(I'm just testing out github copilot workspaces) This may not be a solution.