Is there any support in SQLDelight for writing cross-db queries? i.e. ATTACH a second database, and then write a query that references a table there? I've tried to test it but the compilation immediately fails with
No table found with name
which would imply this is not supported