duckdb-wasm
duckdb-wasm copied to clipboard
Attach command
Remote databases are read-only right now. I think the much more useful approach would be to "attach" to a remote database by importing all of its tables as views. That way, the user can still create new tables/views and scan remote tables if necessary.
Requires https://github.com/duckdb/duckdb/issues/1985