Open rupurt opened 1 year ago
Hello, thanks. Sure, I'll try to tackle that soon 👍
Legendary :raised_hands:
To install C lib in Linux according to https://github.com/ibmdb/go_ibm_db
cd $HOME/go/pkg/mod/github.com/ibmdb/go_ibm_db@v0.4.3/installer
go run setup.go
To Build, use env below:
export IBM_DB_HOME=$HOME/go/pkg/mod/github.com/ibmdb/clidriver
export CGO_CFLAGS=-I$IBM_DB_HOME/include
export CGO_LDFLAGS=-L$IBM_DB_HOME/lib
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$IBM_DB_HOME/lib
@flarco if it helps I maintain a nix flake of odbc drivers https://github.com/rupurt/odbc-drivers-nix
This would be quite useful for us. Is it still being worked on?
Howdy,
Love how simple the dev ex for this tool! Do you have any plans to support IBM Db2?