Replies: 3 comments 1 reply
-
It seems to bring more complexity, but not many benefits, since most SQL databases can be used through MySQL/PostgreSQL interfaces. We have no plan for this. |
Beta Was this translation helpful? Give feedback.
-
Aren't the most DB interfaces just referenced libs? I'm not into go but it sounds like this is <1h of work to add the ODBC dependency, when there is a go implementation ( like this one: https://github.com/alexbrainman/odbc ), I might be wrong tho. |
Beta Was this translation helpful? Give feedback.
-
JuiceFS use xorm [1] to access SQL databases, which does not support ODBC yet. Also, the latency to database is critical, so it's better to talk to the database directly rather than using another abstract layer (proxy). |
Beta Was this translation helpful? Give feedback.
-
Would it be feasable to add ODBC Support for Metadata?
This way many RDBMS System can be used without explicit support.
AFAIK odbc is supported by linux and windows.
Beta Was this translation helpful? Give feedback.
All reactions