Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tbdsux committed Jun 6, 2021
1 parent ec3c901 commit c9b33ca
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ All operations are just appending and setting in a `map[string]interface{}` or `

In all operations, it writes to the json file. I think it is not a good idea?

#### Full Doc: https://pkg.go.dev/github.com/TheBoringDude/minidb

### MiniDB

It takes a directory and manages all files within it. It is better only to use this when trying to manage multiple json files.
Expand Down Expand Up @@ -69,10 +71,10 @@ fmt.Println(db.GetString("key"))

## TODO

- Improve concurrency support.
- fixes, improvements
- more changes..
- ...future development
- Improve concurrency support.
- fixes, improvements
- more changes..
- ...future development

##

Expand Down

0 comments on commit c9b33ca

Please sign in to comment.