UNPKG

errsole-sqlite

Version:

SQLite storage plugin for Errsole

18 lines (10 loc) 860 B
# errsole-sqlite <a href="https://coveralls.io/github/errsole/errsole-sqlite"><img src="https://coveralls.io/repos/github/errsole/errsole-sqlite/badge.svg" alt="Coverage Status" /></a> 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)