Attach database in active record with sqlite3

Sqlite3 is capable of attaching multiple databases together so two or
more can be accessed with a single SQL query. Do AR and sqlite3-ruby
support this functionality? If not, is there a way to achieve similar
functionality?

Thanks,
Earle