From 6de1c95f5c270aa878b3cebed410596ff1b9d43c Mon Sep 17 00:00:00 2001 From: WhyK Date: Mon, 20 Jul 2020 09:48:30 +0900 Subject: [PATCH] =?UTF-8?q?update:=20=E3=82=BF=E3=82=B9=E3=82=AF=E3=81=AE?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + README_EN.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 84de5ef..4f95d0e 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ NeDBのようなモジュールを目指し、試験的に実装しています - [x] 条件に合致するデータを返す - [x] データをファイルとして保存 - [x] 非同期対応 +- [ ] 正規表現による部分検索 - [ ] DBファイルの暗号化 ## API diff --git a/README_EN.md b/README_EN.md index 141b0f8..3833919 100644 --- a/README_EN.md +++ b/README_EN.md @@ -20,6 +20,7 @@ If the feature you need is not present in the "Upcoming features", please let us - [x] Return data that matches the condition - [x] Save the data as a file - [x] Asynchronous support +- [ ] Partial search with regular expressions - [ ] Encryption of DB files ## API