You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the plugin! I'm hoping to use Dbee with DuckDB. On a fresh install, I'm getting the following error:
[core]: failed registering source: memory function DbeeCreateConnection[1]..remote#define#request, line 2: Vim(let):Error invoking '0:function:DbeeCreateConnection' on channel 3:
adapters.NewConnection: Mux.GetAdapters: no driver registered for provided type alias
I'm using an empty string as the url to indicate an in-memory database, but I get the same error if I specify a path to a file. I also tried a postgres configuration and had no issues there.
The text was updated successfully, but these errors were encountered:
Thanks for the plugin! I'm hoping to use Dbee with DuckDB. On a fresh install, I'm getting the following error:
Very minimal config:
I'm using an empty string as the url to indicate an in-memory database, but I get the same error if I specify a path to a file. I also tried a postgres configuration and had no issues there.
The text was updated successfully, but these errors were encountered: