提交 c97a233e 编写于 作者: T terrymanu

update docs

上级 59a1f9a9
...@@ -3,25 +3,25 @@ ...@@ -3,25 +3,25 @@
## SQL ## SQL
- [x] CRUD - [x] CRUD
- [x] Simple CRUD - [x] Simple CRUD
- [ ] Batch insert - [ ] Batch Insert
- [ ] Update multiple tables - [ ] Update Multiple Tables
- [x] Aggregation functions - [x] Aggregation Functions
- [x] MAX - [x] MAX
- [x] MIN - [x] MIN
- [x] COUNT - [x] COUNT
- [x] SUM - [x] SUM
- [x] AVG - [x] AVG
- [x] Group by - [x] Group By
- [x] Simple group by - [x] Simple GROUP BY
- [ ] Distinct - [ ] Distinct
- [ ] Having - [ ] Having
- [x] Order by - [x] Order By
- [x] Limit - [x] Limit
- [x] Join - [x] Join
- [x] inner - [x] INNER
- [x] outer - [x] OUTER
- [x] binding table - [x] Binding Table
- [x] Cartesian product - [x] Cartesian Product
- [ ] DDL - [ ] DDL
- [ ] Complicated SQL - [ ] Complicated SQL
- [x] OR - [x] OR
...@@ -37,23 +37,28 @@ ...@@ -37,23 +37,28 @@
## Distributed features ## Distributed features
- [x] Sharding - [x] Sharding
- [x] Read/Write Splitting - [x] Read/Write Splitting
- [x] BASE Transaction
- [ ] Distributed PK - [ ] Distributed PK
## BASE transaction ## BASE transaction
- [x] Best efforts delivery - [x] Best Efforts Delivery
- [ ] Try confirm cancel - [ ] Try Confirm Cancel
## API ## API
- [x] JDBC API - [x] JDBC API
- [ ] MySQL protocol server - [ ] MySQL Protocol Server
## Configuration ## Configuration
- [x] Java API - [x] Java API
- [x] Spring namespace - [x] Spring Namespace
- [x] Yaml - [x] Yaml
## Operation Tool
- [ ] High Availability
- [ ] Scale Out / Data Migration
- [ ] Registry Center
## Optimize ## Optimize
- [ ] Parse module without Druid - [ ] Parse Module Without Druid
- [ ] Hint skip Parse SQL - [ ] Hint Skip Parse SQL
- [ ] Customize SQL rewrite - [ ] Customize SQL Rewrite
- [ ] Dictionary Table Multicast
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册