Purescript Elastic Search
May 23, 2021 ยท View on GitHub
A lightweight typed wrapper around the official Node JS client. The current implemented methods are:
- bulk
- create
- delete
- get
- index
- indices.create
- indices.delete
- search
- update
This library uses Untagged.Union to specify the types of API parameters.