Skip to content

Commit f372f6e

Browse files
authored
Update README.md
1 parent 258c62f commit f372f6e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,19 @@ DDAL is dual licensed under **LGPL V2.1** and **Apache Software License, Version
3838

3939
- see [a full example](https://github.com/hellojavaer/ddal/tree/master/ddal-example)
4040

41+
## Features
42+
43+
- Support insert, select, update and delete expression
44+
- Support sub-select and union all expression
45+
- Support table alias
46+
- Support no shard key schema/table routing
47+
- Support custom route rule
48+
- Support scan all schemas and tables
49+
- Support limit check
50+
- Support read-write splitting
51+
- Support load balance of read
52+
- Provide sequence implements
53+
4154
## Download
4255

4356
http://repo1.maven.org/maven2/org/hellojavaer/ddal/

0 commit comments

Comments
 (0)