You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
@jacoblee93 Where can we find the shape/Type of the data that is stored on the Database? I'm Trying to create a Checkpointer for a different db and wondering how this should be stored..
It'd be great if there is a plain language break down of the parts of the Checkpoint that are stored/used to retrieve..
The reason will be displayed to describe this comment to others. Learn more.
Hey @hgoona! It's still under active development, which is partly why I haven't merged #471 yet. But yes I need to get this together - for now you can look at the code in that PR or the SQLite example.
a193271
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jacoblee93 Where can we find the shape/Type of the data that is stored on the Database? I'm Trying to create a Checkpointer for a different db and wondering how this should be stored..
It'd be great if there is a plain language break down of the parts of the Checkpoint that are stored/used to retrieve..
a193271
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @hgoona! It's still under active development, which is partly why I haven't merged #471 yet. But yes I need to get this together - for now you can look at the code in that PR or the SQLite example.