still not sure who is using duckdb with evidence h...
# random
b
still not sure who is using duckdb with evidence here, but we just published this: https://twitter.com/TarasNovak/status/1658831408008159239
we'll update our DuckDB SQL Tools in vscode marketplace to support DuckDB v0.7.1 next, but that free public version will not have all the DB tree view and commands bells and whistles
d
Does this address the multiple connection problem with duckdb that Buena Vista addresses?
not this specific change but the whole toolset
b
that ext. now supports write connections, still very flaky and I plan to roll out my own connection pooling in the next v. to remedy that.
👍 1
I am not familiar with Buena Vista you are referring to
duckdb does really goofy file locking tied to node process & been hard to work around using nodejs or other lang bindings
prior release info with write connections support: https://twitter.com/TarasNovak/status/1653144891197718533
also, since I don't have many good venues to run new feature ideas by, I plan to add Startup Script option to those duckdb conn configs to run on new connections in the next v. Will be nice easy hook to load data from the cloud, etc.