Skip to content

Commit

Permalink
completed basic functionality for buntdb
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-v committed Feb 12, 2022
1 parent 05fb886 commit 06b3589
Show file tree
Hide file tree
Showing 8 changed files with 337 additions and 170 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Simple DB CRUD operations service. Supports some golang Key-Value pair file base

- [x] ~~Upload existing DB~~
- [x] ~~View Key-Value pairs~~
- [ ] Add new Key-Value pair
- [ ] Remove Key-Value pair
- [ ] Update Key-Value pair
- [ ] Download updated file
- [x] Add new Key-Value pair
- [x] Remove Key-Value pair
- [x] Update Key-Value pair
- [x] Download updated file
- [ ] View Buckets in boltDB
- [ ] Add / remove bucket
- [ ] Move/Copy Key-Value pair under a bucket to another bucket
Expand Down
Loading

0 comments on commit 06b3589

Please sign in to comment.