This is an n8n community node that allows you to use Trino in your n8n workflows.
Tested with n8n 1.90.2 and Trino 475. You may need to adjust dependencies according to your setup.
- Trino is a distributed SQL query engine designed for fast, interactive analytics with multiple connections to various SQL engines.
- n8n is a fair-code licensed workflow automation platform.
Follow the installation guide in the n8n community nodes documentation.
- Query: Execute SQL queries against Trino. Node returns rows as items.
Configure your Trino connection details in the node's credentials.
For more information, please refer to the Trino JDBC client documentation.
This node is based on the original work by the n8n team's Master node and Jakub Kaflik's Clickhouse node.