kndndrj / nvim-dbee

Interactive database client for neovim
GNU General Public License v3.0
606 stars 39 forks source link

upgraded duckdb adapter to 1.6.3 #108

Closed bcp-dev-ops closed 2 months ago

bcp-dev-ops commented 2 months ago

Updated to the latest duckdb go driver. This is necessary for compatibility with DuckDB 0.9.x and 0.10.x (latest two releases). Thanks!

bcp-dev-ops commented 2 months ago

hmm... a bit stumped... testing this on my other laptop and getting this error, similar to:

method "DbeeAddHelpers" failed with error: no driver registered for provided type alias

#97 add vertica adapter

kndndrj commented 2 months ago

Hey @bcp-dev-ops thanks for the PR. I just suggested the same changes to be added to #77, so closing because of that.

As for the error: Duckdb is not supported on all platforms - see here.

If your platform is one of the listed ones, make sure you compiled your binary with CGO support (e.g. cgo parameter to install() function or CGO_ENABLED=1 on command line).