mongoose.store.sqlite
- class mongoose.store.sqlite.SqliteStore(db_path=PosixPath('mongoose.db'), history_config=None)[source]
Bases:
objectStorage implementation for SQLite database.
Subscribes to all topics and persists data using SQLAlchemy models.
- __init__(db_path=PosixPath('mongoose.db'), history_config=None)[source]
Initialize the SqliteStore.
- Parameters:
db_path (Path) – Path to the SQLite database file. Defaults to “mongoose.db”.
history_config (HistoryConfiguration) – Configuration for history limiting.