docs/versioned_docs/version-2.68.0/marketplace/plugins/prestodb.md
ToolJet allows you to connect to your PrestoDB database to perform SQL queries and retrieve data.
To connect to a PrestoDB data source in ToolJet, you can either click the +Add new data source button on the query panel or navigate to the Data Sources page in the ToolJet dashboard.
To connect to your PrestoDB database, the following details are required:
:::tip Query results can be transformed using transformations. Refer to our transformations documentation for more details: link :::
ToolJet supports executing SQL queries on PrestoDB databases.
This operation allows you to execute SQL queries on your PrestoDB database.
<div style={{textAlign: 'center'}}> </div>SELECT * FROM my_table WHERE column_name = 'value' LIMIT 10