I can attach another database to connected SQLite database, with attach command.
I can perform queries on it.
But if I try to retrieve meta datas with TuniMetadata, it fetch only connected database.
This error happens with sqlserver too.
How can I fetch information from another database under the same SQLite connection?