Skip to content

Commit

Permalink
Fixes bullet points + renames docs file to make planned capabilities
Browse files Browse the repository at this point in the history
easier to read
  • Loading branch information
elijahbenizzy committed Feb 13, 2024
1 parent bb4bb0c commit ae6cf8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Overview of the concepts -- read these to get a mental model for how Burr works.
actions
transitions
hooks
more
planned-capabilities
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ State Management/Immutability
-----------------------------

We plan the ability to manage state in a few ways:

1. ``commit`` -- an internal tool to commit/compile a series of changes so that we have the latest state evaluated
2. ``persist`` -- a user-facing API to persist state to a database. This will be pluggable by the user, and we will have a few built-in options (e.g. a simple in-memory store, a file store, a database store, etc...)
3. ``hydrate`` -- a static method to hydrate state from a database. This will be pluggable by the user, and we will have a few built-in options that mirror those in ``persist`` options.
Expand Down

0 comments on commit ae6cf8e

Please sign in to comment.