export from duckdb works

This commit is contained in:
Jan Prochazka
2025-04-25 16:06:10 +02:00
parent f1d80fadc4
commit 5ab980ce1a
8 changed files with 91 additions and 54 deletions

View File

@@ -168,6 +168,8 @@ const driver = {
pass.write(row);
}
pass.end();
return pass;
},
async writeTable(dbhan, name, options) {