Skip to content

Commit 479fc33

Browse files
authored
docs: polish README (#12)
* docs: polish README * typo
1 parent 6c4c894 commit 479fc33

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ An ergonomic, opinionated framework for SQL integration test.
1010

1111
# Example
1212

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

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

0 commit comments

Comments
 (0)