0.0.6 ā€¢ Published 6 months ago

fluent-querykit v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

Fluent-Querykit

Build Status Maintainability Test Coverage

šŸš€ Welcome to the Beta Launch! šŸš€

Getting Started

Fluent QueryKit is a TypeScript package that provides a Fluent API for constructing queries using pdevito3/QueryKit. It simplifies the process of building complex queries by offering a chainable and expressive syntax.

Installation

Install Fluent QueryKit using npm:

npm install fluent-querykit

Usage

import { QueryBuilder } from 'fluent-querykit';

const query = new QueryBuilder()
  .equals('name', 'John')
  .or()
  .startsWith('role', 'Admin')
  .build();

console.log(query);

For more examples check the Wiki

Supported and tested Node.js versions:

  • 14.x - 21.x

Contributing

If you'd like to contribute to Fluent QueryKit, please create a PR or issue on github.

License

This project is licensed under the MIT License - see the LICENSE file for details.

0.0.6

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago