File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Summary
2
2
3
3
- [ Introduction] ( ./introduction.md )
4
+ - [ Download] ( ./download.md )
5
+ ---
4
6
- [ Statements] ( )
5
7
- [SELECT](./statements/SELECT.md)
6
8
- [INSERT]()
Original file line number Diff line number Diff line change
1
+ # Download
2
+ Download the CLI [ here] ( https://github.com/MultiSQL/multisql-cli/releases/latest )
Original file line number Diff line number Diff line change 2
2
MultiSQL is a highly modular SQL database engine library written in Rust. It enables flexible querying via Rust interfaces.
3
3
4
4
5
- This documentation describes the available functions, x and syntax of MultiSQL.
5
+ This documentation describes the available functions, capabilities and syntax of MultiSQL.
6
6
7
7
Note that MultiSQL uses [ sqlparser-rs] ( https://github.com/sqlparser-rs/sqlparser-rs ) for SQL parsing and as such their syntax is ours.
8
8
You can’t perform that action at this time.
0 commit comments