ibis.sql.sqlite.api.connect¶
-
ibis.sql.sqlite.api.
connect
(path=None, create=False)¶ Create an Ibis client connected to a SQLite database.
Multiple database files can be created using the attach() method
Parameters: - path : string, default None
File path to the SQLite database file. If None, creates an in-memory transient database and you can use attach() to add more files
- create : boolean, default False
If file does not exist, create it