0.14.0 • Published 7 months ago

blinkdb v0.14.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago
import { many } from "blinkdb";

const items = await many(userTable, {
  where: {
    name: { in: ["Alice", "Charlie"] },
    age: { gt: 24 },
  },
});

BlinkDB is not yet mature. If you aren't convinced with the current feature set, check back in version 1.0.0.

Motivation

Today, SPAs and modern UI frameworks are more complex than ever before, and in the biggest codebases, gigantic amounts of data are used in JS directly. Unfortunately, while user-friendly, the existing solutions - stores like Redux or MobX - are not optimized for performance with large quantities of entities.

Description

BlinkDB provides an alternative - a strongly optimized in-memory database for your frontend. With database features such as indexes, query optimization and support for both relational & non-relational data, BlinkDB allows you to query your data with filters, sort and paginate in one go - just like a real database, and just as performant (as far as a database can be in Javascript).

Getting started

0.14.0

7 months ago

0.13.2

11 months ago

0.13.3

11 months ago

0.13.1

11 months ago

0.13.0

11 months ago

0.12.2

11 months ago

0.12.1

12 months ago

0.11.0

1 year ago

0.12.0

1 year ago

0.10.0

1 year ago

0.9.0

1 year ago

0.8.0

2 years ago

0.7.0

2 years ago

0.6.4

2 years ago

0.6.3

2 years ago

0.6.2

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago