Commit Diff


commit - 23f975df1371e6c206e98cf6b04a61df0d66e1ef
commit + b1ef954136d0d010132f2227ce37113b172f5ef6
blob - a72cf0eb0142914720838a7b76f0b137486296e2
blob + 377039487b90e2bf13dd09003a6f496985bcb84e
--- README.md
+++ README.md
@@ -1,11 +1,18 @@
 # testres-db
 
-is a tool and library to import test results to a single database. It allows to
-analyze your efficiency of testing, improve test execution and get better
-vizualization of testing in your project. Queries can be executed with a
-standard `sqlite` client or using [Jupyter Notebook](https://jupyter.org/).
-Below there are some examples of SQL queries:
+is a tool and library to import test results to a single SQLite database
+for further analysis your efficiency of testing, find bottlenecks,
+improve test execution and get better vizualization of a testing
+process in your project.
 
+You might consider using one of these three tools:
+
+- [Command Line Shell For SQLite](https://sqlite.org/cli.html)
+- [Datasette](https://datasette.io/)
+- [The Jupyter Notebook](https://jupyter.org/)
+
+Below there are some examples of queries:
+
 ```sql
 ~$ sqlite testres-db.sqlite
 SQLite version 2.8.17