Socket
Socket
Sign inDemoInstall

@lokidb/full-text-search

Package Overview
Dependencies
1
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @lokidb/full-text-search

A full-text search engine.


Version published
Weekly downloads
8.6K
decreased by-12.02%
Maintainers
1
Install size
1.04 MB
Created
Weekly downloads
 

Readme

Source

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 with npm:

npm install @lokidb/loki

Documentation

Check out our interactive documentation.

Plugins

Storage and Adapter

NameDescription
@lokidb/fs-storageA persistence adapter which persists to node fs module 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.
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.

FAQs

Last updated on 23 Aug 2020

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc