
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
enmap-sqlite
Advanced tools
Enmap-SQLite is a provider for the [Enmap](https://www.npmjs.com/package/enmap) module.
Enmap-SQLite is a provider for the Enmap module.
To install Enmap-SQLite simply run npm i enmap-sqlite.
// Load Enmap
const Enmap = require('enmap');
// Load EnmapSQLite
const EnmapSQLite = require('enmap-sqlite');
// Initialize the provider
const provider = new EnmapSQLite({ name: 'test' });
// Initialize the Enmap with the provider instance.
const myColl = new Enmap({ provider: provider });
Shorthand declaration:
const Enmap = require('enmap');
const EnmapSQLite = require('enmap-sqlite');
const myColl = new Enmap({ provider: new EnmapSQLite({ name: 'test' }); });
// Example with all options.
const level = new EnmapSQLite({
name: "test",
dataDir: './data'
});
Defines the name of the table saved in sqlite.
Indicates the relative or absolute directory where to hold the sqlite file. If multiple enmap use the same file, a new table is created for each. The filename is always enmap.sqlite.
FAQs
Enmap-SQLite is a provider for the [Enmap](https://www.npmjs.com/package/enmap) module.
The npm package enmap-sqlite receives a total of 5 weekly downloads. As such, enmap-sqlite popularity was classified as not popular.
We found that enmap-sqlite demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.