From 4d82467506877b03e90e1ac5b5a5286fe2117b22 Mon Sep 17 00:00:00 2001 From: Venkateswarlu Ganji Date: Thu, 27 Jun 2024 18:03:56 +0530 Subject: [PATCH] docs: update README --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a0c4e68..4809b6e 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ -# errsole-sqlite \ No newline at end of file +# errsole-sqlite + +SQLite storage plugin for Errsole. + +## What is Errsole? + +Errsole is a Node.js logger with a built-in web dashboard. In this dashboard, you can easily view, filter, and search your app logs. + +If your application uses SQLite as its database or if you prefer storing your application logs in SQLite, you should install both the "errsole" and "errsole-sqlite" modules. This setup allows you to store your application logs directly in your SQLite database. + +## Full Documentation + +[https://github.com/errsole/errsole.js](https://github.com/errsole/errsole.js) \ No newline at end of file