# @yvesguilherme/fluentsql

> This is a simple project that aims to publish a package on [npm](https://www.npmjs.com/). It's intended for demonstration purposes only and should not be used in production projects.

Latest version **2.0.1** (published 2023-05-02) · ISC license · 0 weekly downloads

## Install

```sh
npm install @yvesguilherme/fluentsql
pnpm add @yvesguilherme/fluentsql
yarn add @yvesguilherme/fluentsql
bun add @yvesguilherme/fluentsql
```

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.1 |
| Published | 2023-05-02 |
| First published | 2023-05-01 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 15 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | yvesguilherme |
| Maintainers | yvesguilherme |

## Links

- npm: https://www.npmjs.com/package/@yvesguilherme/fluentsql
- npm.io page: https://npm.io/package/@yvesguilherme/fluentsql

## Recent versions

- 2.0.1 (latest) — 2023-05-02
- 2.0.0 — 2023-05-01
- 1.3.0 — 2023-05-01
- 1.2.1 — 2023-05-01
- 1.2.0 — 2023-05-01
- 1.0.0 — 2023-05-01

## README

# Welcome to my first NPM Package - fluentsql

This is a simple project that aims to publish a package on [npm](https://www.npmjs.com/). It's intended for demonstration purposes only and should not be used in production projects.

## Installation

To install the package, run the following command:

```bash
npm install @yvesguilherme/fluentsql
```

## Usage

To use the package, import it into your code and call the `for()` function with data:

```js
const fluentsql = require('@yvesguilherme/fluentsql');

const result = fluentsql.for(data)
  .where() // put something...
  .select() // put something...
  .orderBy() // put something...
  .limit() // put something...
  .build();

console.table(result);
```

This will print the query to the console table.

## Contribution
This is a test project, so contributions are not expected. Feel free to use it as a reference for creating your own packages on npm.

## License
This project is licensed under the [MIT License](LICENSE).

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