<div align="center">
  <a href="http://zuu.thevexis.me/">
    <img src="https://github.com/IAmTheVex/zuu/raw/master/assets/big_title.png">
  </a>
</div>

# @zuu/ferret

[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg?style=for-the-badge)](https://gitter.im/zuu-framework/)
[![Version](https://img.shields.io/npm/v/@zuu/ferret.svg)](https://npmjs.org/package/@zuu/ferret)
[![Downloads/week](https://img.shields.io/npm/dw/@zuu/ferret.svg)](https://npmjs.org/package/@zuu/ferret)
[![License](https://img.shields.io/npm/l/@zuu/ferret.svg)](https://github.com/IAmTheVex/zuu/blob/master/package.json)

## What is Ferret?
Ferret is a fork of typeorm (an exceptionally good piece of software) that has modified dependency injection (to match the rest of the framework) and altered Database Drivers optimized for container based applications. It also has synced configuration and runtime with the rest of the framework. The default config file is `ferret.config.json`.

## Want to contribute?
Here's how!
<div align="center">
  <a href="https://github.com/IAmTheVex/zuu/blob/master/CONTRIBUTING.md">
    <img src="https://github.com/IAmTheVex/zuu/raw/master/assets/branching.png">
  </a>
</div>