01Execute SQL SELECT queries, returning results in JSON format.
02Perform data modification operations (INSERT, UPDATE, DELETE) with explicit confirmation.
03Execute multi-statement SQL scripts for complex operations.
04Query database metadata, including table names, schemas, estimated row counts, column details, comments, and constraints.
05Retrieve table records with pagination, filtering (WHERE), and sorting (ORDER BY) options.
060 GitHub stars
07Dynamically specify database connection URIs per request, allowing a single server to manage multiple PostgreSQL databases.
08Detailed debug logging for request/response content and execution times.