Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
A TaskRecord backend using sqlite3
Authors:
Bases: IPython.parallel.controller.dictdb.BaseDB
SQLite3 TaskRecord backend.
Add a new Task Record, by msg_id.
Remove a record from the DB.
Remove a record from the DB.
Find records matching a query dict, optionally extracting subset of keys.
Returns list of matching records.
Parameters: | check: dict :
keys: list of strs [optional] :
|
---|
get all msg_ids, ordered by time submitted.
Get a specific Task Record, by msg_id.
Update the data in an existing record.