executeNeonSqlQuery
Execute read-only SQL queries against a Neon database to retrieve data. Provides a safe way to inspect information without altering it.
Instructions
Executes a read-only SQL query against your Neon database and returns the results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The SQL query to execute. |