Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nevinpuri committed Feb 11, 2023
1 parent 36f9828 commit 4c44430
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4c44430

Please sign in to comment.