agile-query
v1.0.5
Published
AgileQuery is a powerful and flexible MySQL query builder and utility library. Designed to simplify query generation, execution, and management, it provides support for complex joins, sorting, grouping, aggregates, subqueries, and more.
Maintainers
Keywords
Readme
SQL Query Builder for TypeScript
A dynamic, type-safe SQL query builder for MySQL, designed for developers who need flexible, reusable, and efficient SQL queries. This library supports all major SQL operations such as SELECT
, INSERT
, UPDATE
, and DELETE
, with strong TypeScript type definitions for better code quality.
Features
- Dynamic Query Generation: Build complex SQL queries programmatically.
- Type Safety: Strong TypeScript support with type definitions for tables, columns, joins, and more.
- Flexible Options: Handle joins, aggregates, sorting, pagination, and conditional updates with ease.
- Utility Functions: Format dates and manage query parameters efficiently.
Installation
npm install agile-query