Skip to content

Commit

Permalink
docs: polish README (#12)
Browse files Browse the repository at this point in the history
* docs: polish README

* typo
  • Loading branch information
jiacai2050 authored Dec 28, 2022
1 parent 6c4c894 commit 479fc33
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ An ergonomic, opinionated framework for SQL integration test.

# Example

See [basic.rs](examples/basic.rs) to learn how to setup a basic test. There is the directory structure of examples
See [basic.rs](examples/basic.rs) to learn how to setup a basic test. This is the directory structure of examples

```
$ tree examples/
Expand Down Expand Up @@ -49,3 +49,14 @@ Environment simple run finished, cost:1ms
Stop, env:simple.
MyDB stopped.
```
# Who is using
- [CeresDB](https://github.com/CeresDB/ceresdb), a high-performance, distributed, cloud native time-series database that can handle both time-series and analytics workloads.
- [GreptimeDB](https://github.com/GreptimeTeam/greptimedb/), an open-source, cloud-native, distributed time-series database.
If you’re using sqlness and like to be added to this list, welcome to [open a PR](https://github.com/CeresDB/sqlness/pulls).
# License
This project is under [Apache License 2.0](./LICENSE).

0 comments on commit 479fc33

Please sign in to comment.