query-table
Retrieve data from PostgreSQL tables with customizable filters, sorting, and pagination using WHERE conditions, exact matches, arrays, and LIKE patterns.
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 |