duckdb-wasm icon indicating copy to clipboard operation
duckdb-wasm copied to clipboard

Attach command

Open ankoh opened this issue 4 years ago • 0 comments

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

ankoh avatar Jul 13 '21 08:07 ankoh