<!-- PROJECT SHIELDS -->

[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

<!-- PROJECT LOGO -->
<br />
<p align="center">
  <a href="https://github.com/github_username/repo">
       <img src="https://docs.goatlab.io/logo.png" alt="Logo" width="150" height="150">
  </a>

  <h3 align="center">GOAT - FLUENT</h3>

  <p align="center">
    Fluent - Time Saving (TS) utils
    <br />
    <a href="https://docs.goatlab.io/#/0.7.x/fluent/fluent"><strong>Explore the docs »</strong></a>
    <br />
    <br />
    ·
    <a href="https://github.com/goat-io/fluent/issues">Report Bug</a>
    ·
    <a href="https://github.com/goat-io/fluent/issues">Request Feature</a>
  </p>
  </p>
</p>

# Goat - Fluent

Fluent query interface for Multiple database types and helpers for fast API generation and general App building.

## Supported Databases

1. MongoDB\*
2. Mysql\*
3. MariaDB\*
4. SQLite\*
5. Postgres\*
6. CockroachDB\*
7. Microsoft SQL Server\*
8. Oracle\*
9. SAP Hana\*
10. sql.js\*
11. In-memory SQlite

Wrapper for TypeORM \*

### Installing

To install this package in your project, you can use the following command within your terminal.

```bash
yarn add @goatlab/fluent
```

### Documentation

To learn how to use this visit the [Goat Docs](https://docs.goatlab.io/#/0.7.x/fluent/fluent)
