# rhinozug

> Rhinogram's internal database connection and migration module

Latest version **1.1.6** (published 2018-03-19) · ISC license · 0 weekly downloads

## Install

```sh
npm install rhinozug
pnpm add rhinozug
yarn add rhinozug
bun add rhinozug
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.6 |
| Published | 2018-03-19 |
| First published | 2016-06-28 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 7 |
| Unpacked size | 199.9 KB |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| Maintainers | griffinpp |

## Links

- npm: https://www.npmjs.com/package/rhinozug
- npm.io page: https://npm.io/package/rhinozug

## Dependencies (7)

- [knex](https://npm.io/package/knex.md) 0.14.4
- [mysql](https://npm.io/package/mysql.md) ^2.11.1
- [umzug](https://npm.io/package/umzug.md) ^1.11.0
- [colors](https://npm.io/package/colors.md) ^1.1.2
- [moment](https://npm.io/package/moment.md) ^2.13.0
- [redefine](https://npm.io/package/redefine.md) ^0.2.1
- [postgresql](https://npm.io/package/postgresql.md) 0.0.1

## Recent versions

- 1.1.6 (latest) — 2018-03-19
- 1.1.5 — 2018-03-14
- 1.1.4 — 2017-10-09
- 1.1.3 — 2016-12-05
- 1.1.2 — 2016-12-02
- 1.1.1 — 2016-10-13
- 1.1.0 — 2016-10-12
- 1.0.1 — 2016-09-13
- 1.0.0 — 2016-06-28

## README

# Rhinozug
Rhinogram's internal database connection tool

This is the connection tool that rhinozug-CLI expects to be installed in a project when running up/down migrations for it.  It is a wrapper for Knex, MySql, and PostgreSql, and returns a Knex connection object.

---
_Source: https://npm.io/package/rhinozug · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
