Open
Description
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 duckdb/duckdb#1985