Databases
Query and update Google Cloud Spanner data from internal apps built with ToolJet.
Configure your connection, create queries, and build the interface your team needs. Try a sample prompt
Connector capabilities
Create queries for the operations your app needs, then connect their inputs and results to the interface.
Operations and configuration can vary by connector version. Check the full Google Cloud Spanner guide.
An app you could build
Query orders in a Spanner database, filter results with SQL parameters, and let an operator review a status change before submitting it.
I have an Orders table in Google Cloud Spanner with customer, total, and status columns. Build an order dashboard with parameterized filters and a detail panel. Let an operator review and confirm a status update before saving.
Start with this prompt in ToolJet. Sign in or create an account, then connect your data source and replace the example names and fields with yours.
Review the generated app, configure permissions, and test its queries before sharing it with your team.
Explore app templatesQuestions, answered
Query and update Google Cloud Spanner data from internal apps built with ToolJet. Supported capabilities: Run GoogleSQL or PostgreSQL-dialect queries; Pass SQL parameters with explicit types; Read records with SELECT queries; Insert, update, and delete records; Execute schema changes.
Install the Google Cloud Spanner marketplace plugin. Provide a Google Cloud service-account key in JSON format and an instance ID, then select the database ID and SQL dialect for your queries.
Give the service account only the required database permissions. Use parameterized queries and the appropriate read, write, or schema query mode; test writes and schema changes outside production first.
Connect Google Cloud Spanner queries to app events such as button clicks and form submissions. ToolJet Workflows and Agent Builder can orchestrate supported connectors on Self-hosted deployments; those products are not available on ToolJet Cloud. Check the connector and deployment requirements for your use case.
Keep exploring
Connect your data, build an interface, and give your team a focused workspace.
Connector information reviewed 2026-09-25. Source: ToolJet documentation.