From e90ab92a64455b0eb12fbec3d0ebb7d8d3454d0b Mon Sep 17 00:00:00 2001 From: Huahai Yang Date: Fri, 21 Jun 2024 01:58:01 -0700 Subject: [PATCH] mention new query functions --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8e86e0d..2d5a1323 100644 --- a/README.md +++ b/README.md @@ -349,6 +349,10 @@ significant ways than just the difference in data durability and running mode: * In addition to composite tuples, Datalevin also supports heterogeneous and homogeneous tuples. +* More query functions, such as `like` and `not-like` that are similar to LIKE + and NOT LIKE operators in SQL; `in` and `not-in` that are similar to IN and + NOT IN operators in SQL, among others. + * Has a value leading index (VAE) for datoms with `:db.type/ref` type attribute; The attribute and value leading index (AVE) is enabled for all datoms, so there is no need to specify `:db/index`, similar to DatomicĀ® Cloud. Does not @@ -418,8 +422,6 @@ here are your current options: * There was also [Eva](https://github.com/Workiva/eva/), a distributed store, but it is no longer in active development. - - ## :arrows_clockwise: Contact We appreciate and welcome your contributions or suggestions. Please feel free to