kndndrj / nvim-dbee

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

feat: added support for clickhouse #48

Closed stephenafamo closed 6 months ago

kndndrj commented 6 months ago

@stephenafamo I see that you updated for refactor. Thanks a lot! I'll go over the code and point out (or fix) if I fknd anything obvious.

Other than that I trust that you tested it yourself and it is working.

stephenafamo commented 6 months ago

Yes, I've tested locally and it works.

However, I do get an error while trying to open some Postgres connections of the form. Interestingly, this does not happen for all connections

image
kndndrj commented 6 months ago

hmm, at a glance it looks like an issue with either pq or local file system permissions.

If you want you can try to recreate the issue with minimal go program :). Otherwise if the issue persists, you can create an issue here on github.