cr-sqlite icon indicating copy to clipboard operation
cr-sqlite copied to clipboard

Add support for the `attach` command

Open tantaman opened this issue 1 year ago • 1 comments

We don't support attaching dbs at the moment. Unclear if it should even be supported but it does make testing and exploration simpler.

tantaman avatar Feb 27 '23 16:02 tantaman

this makes it somewhat problematic: https://www.sqlite.org/vtab.html#eponymous_virtual_tables

Eponymous virtual tables exist in the "main" schema only, so they will not work if prefixed with a different schema name.

would require quite a bit of re-work to crsql_changes

tantaman avatar Feb 27 '23 17:02 tantaman