https://github.com/errsole/errsole-sqlite
https://github.com/errsole/errsole-sqlite
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/errsole/errsole-sqlite
- Owner: errsole
- License: mit
- Created: 2024-06-20T05:39:20.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-18T21:24:09.000Z (about 1 year ago)
- Last Synced: 2025-07-16T14:54:37.037Z (11 months ago)
- Language: JavaScript
- Size: 81.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SQLite storage plugin for Errsole.
## What is Errsole?
Errsole is an open-source logger for Node.js applications. It comes with a built-in log viewer to view, filter, and search your application 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.
## Setup
[Errsole with SQLite](https://github.com/errsole/errsole.js/blob/master/docs/sqlite-storage.md)
## Full Documentation
[https://github.com/errsole/errsole.js](https://github.com/errsole/errsole.js)