Skip to content

Commit

Permalink
docs: update README.md (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc authored Apr 14, 2023
1 parent 9404212 commit 5133960
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ Databend Native Client in Rust

## Components

- [**core**](core): RestAPI rust client
- [**core**](core): Databend RestAPI rust client

- [**driver**](driver): Unified SQL client for RestAPI and FlightSQL
- [**driver**](driver): Databend unified SQL client for RestAPI and FlightSQL

- [**cli**](cli): Native CLI for Databend
- [**cli**](cli): Databend native CLI


## Installation for BendSQL

With cargo:
With Cargo:
```bash
cargo install bendsql
```
Expand Down Expand Up @@ -42,7 +42,7 @@ make test

### integration tests

** Note: Docker and Docker Compose needed **
**Note: Docker and Docker Compose needed**

```bash
make integration-tests
Expand Down
2 changes: 1 addition & 1 deletion core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Databend RestAPI rust client
[![crates.io](https://img.shields.io/crates/v/databend-client.svg)](https://crates.io/crates/databend-client)
![License](https://img.shields.io/crates/l/databend-client.svg)

** for common usage, please check [driver](../driver/README.md) **
**for common usage, please check [driver](../driver/README.md)**

0 comments on commit 5133960

Please sign in to comment.