UNPKG

@leapfrogtechnology/db-model

Version:

Low-footprint database abstraction layer and model built on top of Knex.

27 lines (16 loc) 1.02 kB
# @leapfrogtechnology/db-model [![npm](https://img.shields.io/npm/v/@leapfrogtechnology/db-model.svg?style=flat-square)](https://www.npmjs.com/package/@leapfrogtechnology/db-model) ![CI](https://img.shields.io/github/workflow/status/leapfrogtechnology/js-util/CI?style=flat-square) [![LICENSE](https://img.shields.io/github/license/leapfrogtechnology/js-util.svg?style=flat-square)](https://github.com/leapfrogtechnology/js-util/blob/master/packages/db-model/LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/leapfrogtechnology/js-util#contributing) Low-footprint database abstraction layer and model built on top of [Knex](http://knexjs.org/). ## Installation ```sh yarn add @leapfrogtechnology/db-model ``` ## Changelog Check the [CHANGELOG](CHANGELOG.md) for release history. ## Contributing Any types of contributions are welcome. Feel free to send pull requests or create issues. ## License Licensed under [The MIT License](LICENSE).