SQLiteClient.
attach
Connect another SQLite database file
name (string) – Database name within SQLite
path (string) – Path to sqlite3 file
create (boolean, optional) – If file does not exist, create file if True otherwise raise an Exception