tronis470
Results
2
issues of
tronis470
Not sure if this is WAD, a bug, or there is some other workaround here for doing connection pooling with DuckDB in nodejs... Using an open database, I want to...
I can't pass a list/array as an argument into prepared statements with duckdb-node 0.9.2. Try this script: ```javascript const { Database } = require("duckdb"); const db = new Database(":memory:"); const...