multiprocessio / datastation

App to easily query, script, and visualize data from every database, file, and API.
https://datastation.multiprocess.io
Other
2.9k stars 112 forks source link

Revert "Support ODBC connections" #246

Closed eatonphil closed 2 years ago

eatonphil commented 2 years ago

Reverts multiprocessio/datastation#239

It has a runtime dependency on unixodbc-devel that causes the runner and dsq to crash immediately if not present.

$ cd runner && go build
$ ldd main
        linux-vdso.so.1 (0x00007ffdea4c4000)
        libodbc.so.2 => /lib64/libodbc.so.2 (0x00007ff90586b000)
        libc.so.6 => /lib64/libc.so.6 (0x00007ff905664000)
        libltdl.so.7 => /lib64/libltdl.so.7 (0x00007ff905658000)
        /lib64/ld-linux-x86-64.so.2 (0x00007ff9058ea000)
$ scp main myserver:~/
$ ssh myserver
[myserver ~]$ ./main
./main: error while loading shared libraries: libodbc.so.2: cannot open shared object file: No such file or directory