From db9be765e761d173e371049a4d4150ccce0dfd15 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 5 Oct 2020 03:34:16 +0200 Subject: [PATCH] README update --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4513f28..f3a6f23 100644 --- a/README.md +++ b/README.md @@ -68,13 +68,9 @@ Edit config.json to your needs. ## View collected data -I actually use "[DB Browser for SQLite](https://sqlitebrowser.org/)" for taking a look at the -data uplink is collecting. +I actually use "[DBeaver](https://dbeaver.io/)" for taking a look at the data uplink is collecting. -There will be a Gtk+ frontend to uplink at some time but this project is at a very early -stage of development, so I want to write the collector first. Even support for other SQL -databases is in planning in conjunction with the Gtk+ frontend. I use sqlite3 only because I -can move fast-forward. +There will be a Gtk+ frontend to uplink at some time but this project is at a very early stage of development, so I want to write the collector first. Even support for other SQL databases is in planning in conjunction with the Gtk+ frontend. I use sqlite3 only because I can move fast-forward. ## TODO (in no particular order)