ibis.sql.sqlite.api.SQLiteClient.attach¶
-
SQLiteClient.
attach
(name, path, create=False)¶ Connect another SQLite database file
Parameters: 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