0.0.3-beta.2 • Published 6 years ago

lokidb v0.0.3-beta.2

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

npm status build status coverage status

LokiDB

LokiDB is a document oriented database written in TypeScript.

Its purpose is to store javascript objects as documents in a blazing fast nosql fashion and retrieve them with a similar mechanism.

LokiDB is the official successor of LokiJS.

Install

Install all packages at once with:

npm install lokidb

Documentation

Check out our interactive documentation.

Packages

NameDescription
@lokidb/lokidbA fast and feature-rich document oriented in-memory database.

Storage and Adapter

NameDescription
@lokidb/fs-storageA persistence adapter which persists to node's filesystem storage.
@lokidb/local-storageA persistence adapter which persists to web browser's local storage.
@lokidb/indexed-storageA persistence adapter which persists to web browser's indexed db storage.
@lokidb/memory-storageA persistence adapter which persists to memory.
@lokidb/partitioning-adapterAn adapter for adapters. Converts a non reference mode adapter into a reference mode adapter which can perform destructuring and partitioning.

Full-Text Search

NameDescription
@lokidb/full-text-searchA full-text search engine.
@lokidb/full-text-search-languageA language analyzer utility package.
@lokidb/full-text-search-language-deflag A german language analyzer.
@lokidb/full-text-search-language-enflag An english language analyzer.