From b50c3e738a868bfcec5ef325fae887a934709d30 Mon Sep 17 00:00:00 2001 From: mappu Date: Mon, 19 Jun 2017 21:02:42 +1200 Subject: [PATCH] doc: update features list in readme --- _dist/README.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_dist/README.txt b/_dist/README.txt index ab9a889..da6958f 100644 --- a/_dist/README.txt +++ b/_dist/README.txt @@ -9,8 +9,9 @@ Written in C++ (Qt), Golang (CGo) =FEATURES= - Open existing database or create new database -- Supports nested buckets -- Create and edit keys +- Option to open database as readonly for concurrent use +- 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 - 100% Bolt compatibility via the real codebase - Tested working on both Windows and Linux