doc: update features list in readme

This commit is contained in:
mappu 2017-06-19 21:02:42 +12:00
parent 54ad6015b7
commit b50c3e738a
1 changed files with 3 additions and 2 deletions

View File

@ -9,8 +9,9 @@ Written in C++ (Qt), Golang (CGo)
=FEATURES= =FEATURES=
- Open existing database or create new database - Open existing database or create new database
- Supports nested buckets - Option to open database as readonly for concurrent use
- Create and edit keys - Create, list, edit and delete keys and buckets (including nested buckets)
- Safe for use with arbitary binary key/bucket names (new ones created in UTF-8)
- View database and bucket statistics - View database and bucket statistics
- 100% Bolt compatibility via the real codebase - 100% Bolt compatibility via the real codebase
- Tested working on both Windows and Linux - Tested working on both Windows and Linux