Skip to content

Commit

Permalink
edit doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuxiujia committed Mar 7, 2024
1 parent f9b5a09 commit a826d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ It is an ORM, a small compiler, a dynamic SQL languages
* All database drivers supported ```#{arg}```, ```${arg}```,```?``` placeholder(pg/mssql auto processing '?' to '$1'
and '@P1')
* Dynamic SQL(Write code freely in SQL),pagination, ```py_sql``` query lang and ```html_sql```(Inspired Mybatis).
* Dynamic configuration connection pool(Based on the mobc)
* Dynamic configuration connection pool(Based on the https://github.com/rbatis/fast_pool)
* Supports logging, customizable logging based on `log` crate
* 100% Safe `Rust` with `#![forbid(unsafe_code)]` enabled
* Support use Trait System Add ```py_sql/ html_sql```
Expand Down

0 comments on commit a826d97

Please sign in to comment.