Skip to content

Commit

Permalink
add demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhupesh-V committed Sep 7, 2020
1 parent e8c1eaf commit 7549c22
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# zoe

> A simple transactional key:value store for learning purposes
> A simple transactional key:value store for educational purposes

<!-- ### [Learn how I made `zoe` from scratch]() -->


The shell accepts the following commands:

Expand All @@ -15,6 +19,14 @@ The shell accepts the following commands:
| `ROLLBACK` | Throws away changes made within the context of the active transaction. If no transaction is active, prints "No Active Transaction" |
| `COMMIT` | Commits the changes made within the context of the active transaction and ends the active transaction. |

## Demo

![zoe-demo-3](https://user-images.githubusercontent.com/34342551/92362469-aa2a7700-f10d-11ea-8426-1e8462b66d18.gif)

## Usage

If you just wanna play, ⬇ Download the build from [releases](https://github.com/Bhupesh-V/zoe/releases)

## License

Copyright © 2020 [Bhupesh Varshney](https://github.com/Bhupesh-V).<br />
Expand Down

0 comments on commit 7549c22

Please # to comment.