query-table
Retrieve, filter, paginate, and sort data from PostgreSQL tables using precise WHERE conditions, array matches, and LIKE patterns for efficient database queries.
Instructions
Query data from a specific table with filtering, pagination, and sorting. Supports WHERE conditions with exact matches, arrays (IN), and LIKE patterns.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
columns | No | ||
pagination | No | ||
sort | No | ||
table | Yes | ||
where | No |