Skip to content

Commit

Permalink
Merge pull request #13 from ric-v/dev
Browse files Browse the repository at this point in the history
completed basic functionality for buntdb
  • Loading branch information
ric-v committed Feb 12, 2022
2 parents 9cf711c + 06b3589 commit 20cf8cb
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 20cf8cb

Please sign in to comment.