Package Exports
- errsole-sqlite
- errsole-sqlite/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (errsole-sqlite) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
errsole-sqlite
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.