atoti_sql package¶
Submodules¶
Module contents¶
Plugin to load the results of SQL queries into atoti stores.
This package is required to use atoti.store.Store.load_sql()
and atoti.session.Session.read_sql()
.
It can be installed with pip or conda:
pip install atoti[sql] conda install atoti-sql
Supported SQL implementations are the ones available in atoti_sql.drivers
.