🚀 Welcome to the Beta Launch! 🚀
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.
Install Fluent QueryKit using npm:
npm install fluent-querykit
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
- 14.x - 21.x
If you'd like to contribute to Fluent QueryKit, please create a PR or issue on github.
This project is licensed under the MIT License - see the LICENSE file for details.