@bitr/chronodb
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

ChronoDB

ChronoDB is a time-series local DB for Node.js powered by Google's LevelDB.

Features

  • Easy to use - just put your data and query by start/end date
  • Small library - you can include it as a library in your project. No need to build/install a dedicated DB server.
  • Modern JS - put/get/query operations return Promise. For large data, stream operation is also supported
  • Definitely typed - type definition is included in the npm package
  • Blazingly fast - adding nearly no overhead to LevelDB

Getting started

Installation

npm install @bitr/chronodb

Example

...

Interface

...

/@bitr/chronodb/

    Package Sidebar

    Install

    npm i @bitr/chronodb

    Weekly Downloads

    13

    Version

    1.0.2

    License

    MIT

    Last publish

    Collaborators

    • bitr