File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 44name = " kip-sql"
55version = " 0.0.1-alpha.0"
66edition = " 2021"
7+ authors = [" Kould <kould2333@gmail.com>" , " Xwg <loloxwg@gmail.com>" ]
8+ description = " build the SQL layer of KipDB database"
9+ license = " Apache-2.0"
10+ repository = " https://github.com/KipData/KipSQL"
11+ readme = " README.md"
12+ keywords = [" async" , " SQL" , " Persistence" ]
13+ categories = [" development-tools" , " database" ]
714
815[lib ]
916doctest = false
@@ -29,7 +36,7 @@ futures = "0.3.25"
2936ahash = " 0.8.3"
3037lazy_static = " 1.4.0"
3138comfy-table = " 7.0.1"
32- bytes = " * "
39+ bytes = " 1.5.0 "
3340kip_db = " 0.1.2-alpha.15"
3441async-recursion = " 1.0.5"
3542rust_decimal = " 1"
Original file line number Diff line number Diff line change 66![ architecture] ( ./static/images/architecture.png )
77
88### Get Started
9+ #### 组件引入
10+ ``` toml
11+ kip-sql = " 0.0.1-alpha.0"
12+ ```
13+
914Install rust toolchain first.
1015```
1116cargo run
You can’t perform that action at this time.
0 commit comments