database_processor¶
Module for processing SQLite3 databases.
Functions
|
Save sets to SQLite3 database. |
- xbrl_filings_api.database_processor.sets_to_sqlite(flags, db_path, data_objs, *, update)¶
Save sets to SQLite3 database.
- Raises:
- Parameters:
flags (ScopeFlag)
db_path (Path)
data_objs (dict[str, Collection[APIResource]])
update (bool)
- Return type:
None