From 4c4443082ac3ef949de2db6b0b72ebca8ed78a98 Mon Sep 17 00:00:00 2001 From: Nevin1901 Date: Sat, 11 Feb 2023 21:46:01 +0100 Subject: [PATCH] update readme --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index bc79c48..40baeb4 100644 --- a/README.md +++ b/README.md @@ -48,10 +48,6 @@ sqlite> select COUNT(*) from er_logs where json_extract(data, "$.level") = "erro 56 ``` -## How does it work? - -ErLog is just an api which batch inserts data efficiently into an sqlite3 server. - ## Is it Fast? No official benchmarks yet, but I can currently get around 9000 log insertions per second locally. It isn't a ton but it should be enough for most small scale projects.