intake_sqlite.sqlite_cat#

Create an SQLite Intake catalog from all the tables in a SQLite database.

Module Contents#

Classes#

SQLiteCatalog

Automatically create data sources from known SQLite database tables.

class intake_sqlite.sqlite_cat.SQLiteCatalog(urlpath: str, views: bool = False, sql_kwargs: str | None = None, storage_options: dict[str, Any] = {}, **kwargs: str)[source]#

Bases: intake_sql.sql_cat.SQLCatalog

Automatically create data sources from known SQLite database tables.

name = sqlite_cat[source]#
version[source]#