A data storage and manipulation library for javascript
npm install hord> A data storage and manipulation library for javascript
>
> [![npm][npm]][npm-url]
[![build][build]][build-url]
[![coverage][coverage]][coverage-url]
[![deps][deps]][deps-url]
[![size][size]][size-url]
[![vulnerabilities][vulnerabilities]][vulnerabilities-url]
[![license][license]][license-url]
npm install hord
``ArrayAn array of objects with optional model enforcement and indexed queries.
Always sorted array.
Data models with automatic schema enforcement.
Schema enforcement.
sortCompareFunctionReturns a function that compares two values. If paths are provided, compares the values at that path on objects.
Notes:
[npm]: https://img.shields.io/npm/v/hord.svg
[npm-url]: https://npmjs.com/package/hord
[build]: https://travis-ci.org/DarrenPaulWright/hord.svg?branch=master
[build-url]: https://travis-ci.org/DarrenPaulWright/hord
[coverage]: https://coveralls.io/repos/github/DarrenPaulWright/hord/badge.svg?branch=master
[coverage-url]: https://coveralls.io/github/DarrenPaulWright/hord?branch=master
[deps]: https://david-dm.org/DarrenPaulWright/hord.svg
[deps-url]: https://david-dm.org/DarrenPaulWright/hord
[size]: https://packagephobia.now.sh/badge?p=hord
[size-url]: https://packagephobia.now.sh/result?p=hord
[vulnerabilities]: https://snyk.io/test/github/DarrenPaulWright/hord/badge.svg?targetFile=package.json
[vulnerabilities-url]: https://snyk.io/test/github/DarrenPaulWright/hord?targetFile=package.json
[license]: https://img.shields.io/github/license/DarrenPaulWright/hord.svg
[license-url]: https://npmjs.com/package/hord/LICENSE.md