1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-05-24 12:32:21 +00:00

add todo.....

This commit is contained in:
Xargin 2018-07-12 19:21:30 +08:00
parent fef59b4c7c
commit a7336f0a37

View File

@ -187,6 +187,8 @@ es 的 Bool Query 方案,实际上就是用 json 来表达了这种程序语
### 基于 client sdk 做开发
TODO
### 将 sql 转换为 DSL
比如我们有一段 bool 表达式user_id = 1 and (product_id = 1 and (star_num = 4 or star_num = 5) and banned = 1),写成 SQL 是如下形式: