https://github.com/zshipko/irmin-query
https://github.com/zshipko/irmin-query
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zshipko/irmin-query
- Owner: zshipko
- License: isc
- Created: 2020-12-31T19:33:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-02T21:51:50.000Z (almost 4 years ago)
- Last Synced: 2025-01-22T14:08:12.485Z (over 1 year ago)
- Language: OCaml
- Size: 74.2 KB
- Stars: 0
- Watchers: 2
- 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
```