Ask a question to get started
Enter to send•Shift+Enter new line
SQLiteEntityStore( self, session_id: str = 'default', db_file: str = 'entities.db', table_name:
BaseEntityStore
session_id
str
'default'
Unique identifier for the session.
db_file
'entities.db'
Path to the SQLite database file.
table_name
'memory_store'
Name of the table to store entities.
*args
Any
()
**kwargs
{}
Returns the full table name with session ID.
Retrieves a value, safely quoting the table name.
Inserts or replaces a value, safely quoting the table name.
Deletes a key-value pair, safely quoting the table name.
Checks for the existence of a key, safely quoting the table name.
SQLite-backed Entity store with safe query construction.
Additional positional arguments.
Additional keyword arguments.