SQLite Forum

ATTACH DATABASE and DETACH DATABASE
Login
ATTACH allows you to access (open) another SQLite database file in your current session.

DETACH tells SQLite that you are finished with the database file so that SQLite can close it.