Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zshipko/irmin-query
https://github.com/zshipko/irmin-query
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zshipko/irmin-query
- Owner: zshipko
- License: isc
- Created: 2020-12-31T19:33:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-02T21:51:50.000Z (over 2 years ago)
- Last Synced: 2023-08-27T00:34:23.051Z (about 1 year ago)
- Language: OCaml
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```