From 479fc3313c2ccc32b101993a14f032a3315b0f55 Mon Sep 17 00:00:00 2001 From: Jiacai Liu Date: Wed, 28 Dec 2022 15:15:00 +0800 Subject: [PATCH] docs: polish README (#12) * docs: polish README * typo --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 36a9a87..7c70d56 100644 --- a/README.md +++ b/README.md @@ -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/ @@ -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).