Do you have plans to make the odbc API support the sqlx framework #615
Replies: 2 comments
-
I wonder if this question would be better asked to the maintainers of SQLX? They could choose to support and ODBC backend. I do not write ODBC drivers, I just wrap the API of the driver manager and make it available in safe Rust. I do not have any plans to spearhead that effort myself, but if the SQLX maintainers want to tackle this I would be happy to sync with them, and discuss designs and features. |
Beta Was this translation helpful? Give feedback.
-
To elaborate: For In order to access all databases supported by ODBC via SQLX would likely imply implementing an SQLX backend using I think though this idea is better discussed in the SQLX repository, as it is there, there the action would take place. Best, Markus |
Beta Was this translation helpful? Give feedback.
-
Enable databases that are not supported by SQLX to be accessed through ODBC without changing the code
Beta Was this translation helpful? Give feedback.
All reactions