Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 48a65fd

Browse files
committed
Link download
1 parent 72408cf commit 48a65fd

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

src/SUMMARY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Summary
22

33
- [Introduction](./introduction.md)
4+
- [Download](./download.md)
5+
---
46
- [Statements]()
57
- [SELECT](./statements/SELECT.md)
68
- [INSERT]()

src/download.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Download
2+
Download the CLI [here](https://github.com/MultiSQL/multisql-cli/releases/latest)

src/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
MultiSQL is a highly modular SQL database engine library written in Rust. It enables flexible querying via Rust interfaces.
33

44

5-
This documentation describes the available functions, x and syntax of MultiSQL.
5+
This documentation describes the available functions, capabilities and syntax of MultiSQL.
66

77
Note that MultiSQL uses [sqlparser-rs](https://github.com/sqlparser-rs/sqlparser-rs) for SQL parsing and as such their syntax is ours.
88

0 commit comments

Comments
 (0)