Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zshipko/irmin-query


https://github.com/zshipko/irmin-query

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# irmin-query

An OCaml package for iterating over [irmin](https://irmin.io) stores

- Seq iterators for iterating over `contents`, `trees`, `nodes` and `paths`
- `select` function for searching for values
- `update` function for bulk updates

# Installation

```
$ opam pin add git+https://github.com/zshipko/irmin-query
```