From c439cf2bbdf2ae6d672df3f86162bab3efa40f2c Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Sun, 21 Nov 2021 17:52:51 -0800 Subject: [PATCH] update readme for new feature --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f698cd..002f26e 100644 --- a/README.md +++ b/README.md @@ -224,8 +224,9 @@ Query layer: - [x] GraphQL - [x] SQL - [x] join between tables - - [x] support query on nested struct fields - - [ ] index + - [x] access to array elements by index + - [x] access to nested struct fields by key + - [ ] column index - protocol - [ ] gRPC - [ ] MySQL