Data sources and integrations
Add a connection#
Open Data Sources from the dashboard, choose a category, select a source, and enter its connection details. The connected source becomes available in the Query Panel for existing and new apps.
Use the built-in sources#
ToolJet documents these default sources for every app:
- ToolJet Database
- REST API
- Run JavaScript Query
- Run Python Query
ToolJet Database is described as a no-code table editor built on PostgreSQL. The public website also describes 100+ native connectors and support for REST or gRPC endpoints.
Create a query#
Choose a source and operation in the Query Panel. Run the query manually while developing, or attach it to an application event such as page load, button click, or query success.
// Bind a query result to a component property
{{queries.getEmployees.data}}Govern connections#
Admins and Super Admins manage data-source permissions through workspace group settings. The documented permissions include creating, deleting, viewing, and editing authorized sources.
Treat connection credentials as secrets. Confirm the permissions and environment behavior of your ToolJet version before sharing an app.
Next steps#
Learn how workspaces and permissions shape access, or compare Cloud and self-hosting.