JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 507
  • Score
    100M100P100Q103908F
  • License MIT

SQLite storage plugin for Errsole

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

Coverage Status

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

Full Documentation

https://github.com/errsole/errsole.js