1.0.10 • Published 7 months ago
agile-query v1.0.10
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