Skip to content

Commit

Permalink
omg still wip
Browse files Browse the repository at this point in the history
  • Loading branch information
utdemir committed Jun 18, 2023
1 parent 5889756 commit fadc83c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
# composable-indexes

![Test](https://github.com/github/docs/actions/workflows/build_ad_test.yml/badge.svg)
[![Documentation](https://img.shields.io/badge/Documentation-available-blue)](https://utdemir.github.io/composable-indexes)

Index arbitrary JavaScript objects with multiple dimensions. Build on top of included indexes and combinators, or extend the library with your own index.

## Features

* **TypeScript** - Written in TypeScript, with full IDE & typechecker support.
* **Composable** - Build complex indexes from simple ones with combinators.
* **Built-in indexes** - Comes with built-in indexes backed by performant data structures.
* **Aggregations** - Maintain aggregate values from the collections.
* **Composable** - Build complex indexes from simple ones with combinators.
* **Extensible** - Write your own index and aggregations.

## Documentation



## See Also

* [**Dexie.js**](https://dexie.org): A Minimalistic Wrapper for IndexedDB
Expand Down

0 comments on commit fadc83c

Please sign in to comment.