UNPKG

grind-db

Version:

Database provider for Grind, powered by Knex

25 lines (17 loc) 1.72 kB
<p align="center"><a href="https://grind.rocks"><img src="https://assets.grind.rocks/docs/img/grind-db.svg" alt="Grind Database" /></a></p> <p align="center"> <a href="https://github.com/grindjs/grindjs/actions"><img src="https://github.com/grindjs/grindjs/workflows/build/badge.svg" alt="Build Status"></a> <a href="https://www.npmjs.com/package/grind-db"><img src="https://img.shields.io/npm/dt/grind-db.svg" alt="Total Downloads"></a> <a href="https://www.npmjs.com/package/grind-db"><img src="https://img.shields.io/npm/v/grind-db.svg" alt="Latest Version"></a> <a href="https://chat.grind.rocks/"><img src="https://chat.grind.rocks/badge.svg" alt="Slack"></a> <a href="https://www.npmjs.com/package/grind-db"><img src="https://img.shields.io/npm/l/grind-db.svg" alt="License"></a> <a href="https://github.com/prettier/prettier"><img src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg" alt="code style: prettier"></a> <a href="https://lerna.js.org/"><img src="https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg" alt="lerna"></a> <a href="http://commitizen.github.io/cz-cli/"><img src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg" alt="Commitizen friendly"></a> </p> # Grind Database Grind Database is a thin wrapper around [knex.js](http://knexjs.org/) for simple integration with [Grind](https://github.com/grindjs/framework). Once setup, you’ll have easy access to your database via `app.db`. ## Documentation Full documentation for Grind Database is available on the [Grind website](https://grind.rocks/docs/guides/database). ## License Grind was created by [Shaun Harrison](https://github.com/shnhrrsn) and is made available under the [MIT license](LICENSE).