:mod:`memote.suite.results.sql_result_manager` ============================================== .. py:module:: memote.suite.results.sql_result_manager .. autoapi-nested-parse:: Provide a memote result manager that is git aware and uses a SQL database. .. !! processed by numpydoc !! Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: memote.suite.results.sql_result_manager.SQLResultManager .. py:class:: SQLResultManager(**kwargs) Bases: :class:`memote.suite.results.repo_result_manager.RepoResultManager` Manage storage of results to a database. .. !! processed by numpydoc !! .. method:: store(self, result, commit=None, **kwargs) Store a result in a JSON file attaching git meta information. :Parameters: **result** : memote.MemoteResult The dictionary structure of results. **commit** : str, optional Unique hexsha of the desired commit. **kwargs** Passed to parent function. .. !! processed by numpydoc !! .. method:: load(self, commit=None) Load a result from the database. .. !! processed by numpydoc !!