New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

loredb

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loredb

A simple document store powered by LevelDB

latest
npmnpm
Version
0.0.1-alpha.0
Version published
Maintainers
1
Created
Source

LoreDB

A simple document store powered by LevelDB

Status

LoreDB is in alpha preview. It is currently implemented at a conceptual level with a minimum set of features to prove out the project.

Installation

npm i loredb@latest

Introduction

LoreDB is a wrapper around LevelDB, a high performance local database. Lore adds schemas and organized querying to LevelDB, while maintaining the high speed and low disk usage of LevelDB. Lore introduces index key management by selecting which fields in your schema to use as keys into LevelDB, as well as managing auto-incrementing primary keys. You can specify the order of the keys to optimize lookups based on the most specific value your application will be searching for.

API

TODO

FAQs

Package last updated on 19 Feb 2018

Did you know?

Socket

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.

Install

Related posts