it keeps asking me to upgrade "duckdb-async@0.6.1" to connect #7
-
and running
returned errors. Any feedback is appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
You must have a newer version of DuckDB installed and using it with NodeJS. I released this free trial DuckDB SQL Tools extension back in January when only DuckDB v0.6.1 for NodeJS was available. Since then DuckDB team released v0.7.1 in February and v0.8.0 recently. DuckDB library and You can also sign up for the paid monthly Pro Tools tier on github to sponsor our work on those extensions, and get access to DuckDB Pro Tools with more features and DuckDB v0.7.1 support. We plan to update and release new Pro Tools version with the latest DuckDB v0.8.0 later this month. |
Beta Was this translation helpful? Give feedback.
-
@RandomFractals I'm still having the same issue with the latest version (1.6.0), I try to connect to a v10 duckdb file and it says:
And it does, and then I try to connect again and I just get the same error :( |
Beta Was this translation helpful? Give feedback.
You must have a newer version of DuckDB installed and using it with NodeJS.
I released this free trial DuckDB SQL Tools extension back in January when only DuckDB v0.6.1 for NodeJS was available.
Since then DuckDB team released v0.7.1 in February and v0.8.0 recently. DuckDB library and
.duckdb
files are not compatible when using different file or library versions. So, you'll have to install the older version ofduckdb-async
library to try that free extension.You can also sign up for the paid monthly Pro Tools tier on github to sponsor our work on those extensions, and get access to DuckDB Pro Tools with more features and DuckDB v0.7.1 support.
We plan to update and release new Pro Tools …