Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@n8n-dev/n8n-nodes-googleapis-sql) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@n8n-dev/n8n-nodes-googleapis-sql
Stop writing googleapis-sql API integrations by hand.
Every time you connect n8n to googleapis-sql, you waste hours mapping endpoints, defining parameters, and debugging schemas. You copy-paste from docs, fix edge cases, and pray nothing breaks.
What if connecting n8n to googleapis-sql took 5 minutes, not half a day?
This node gives you 10+ resources out of the box: Backup Runs, Connect, Databases, Flags, Instances, and 5 more: with full CRUD operations, typed parameters, and zero manual configuration.
What You Get
- Zero boilerplate: Resources, operations, and fields are pre-configured and ready to use
- Full CRUD: Create, read, update, and delete support where the API allows it
- Typed parameters: No more guessing field types
- Built-in auth: API key authentication, ready to go
- Declarative: Native n8n performance, no custom execute() overhead
Install
npm install @n8n-dev/n8n-nodes-googleapis-sqlOr in n8n:
- Settings → Community Nodes → Install
- Search:
@n8n-dev/n8n-nodes-googleapis-sql - Click Install
Quick Start
- Install the node (above)
- Add credentials: googleapis-sql API → paste your API key
- Drag the googleapis-sql node into your workflow
- Pick a resource → pick an operation → done.
That's it. No configuration files. No code. It just works.
Resources
Backup Runs (4 operations)
- Get SQL Backup Runs List
- Post SQL Backup Runs Insert
- Delete SQL Backup Runs Delete
- Get SQL Backup Runs Get
Connect (2 operations)
- Get SQL Connect Get
- Post SQL Connect Generate Ephemeral
Databases (6 operations)
- Get SQL Databases List
- Post SQL Databases Insert
- Delete SQL Databases Delete
- Get SQL Databases Get
- Patch SQL Databases Patch
- Put SQL Databases Update
Flags (1 operations)
- Get SQL Flags List
Instances (21 operations)
- Get SQL Instances List
- Post SQL Instances Insert
- Delete SQL Instances Delete
- Get SQL Instances Get
- Patch SQL Instances Patch
- Put SQL Instances Update
- Post SQL Instances Add Server Ca
- Post SQL Instances Clone
- Post SQL Instances Demote Master
- Post SQL Instances Export
- Post SQL Instances Failover
- Post SQL Instances Import
- Get SQL Instances List Server Cas
- Post SQL Instances Promote Replica
- Post SQL Instances Reset SSL Config
- Post SQL Instances Restart
- Post SQL Instances Restore Backup
- Post SQL Instances Rotate Server Ca
- Post SQL Instances Start Replica
- Post SQL Instances Stop Replica
- Post SQL Instances Truncate Log
Operations (2 operations)
- Get SQL Operations List
- Get SQL Operations Get
Projects (6 operations)
- Get SQL Projects Instances Get Disk Shrink Config
- Post SQL Projects Instances Perform Disk Shrink
- Post SQL Projects Instances Reschedule Maintenance
- Post SQL Projects Instances Reset Replica Size
- Post SQL Projects Instances Start External Sync
- Post SQL Projects Instances Verify External Sync Settings
SSL Certs (5 operations)
- Post SQL SSL Certs Create Ephemeral
- Get SQL SSL Certs List
- Post SQL SSL Certs Insert
- Delete SQL SSL Certs Delete
- Get SQL SSL Certs Get
Tiers (1 operations)
- Get SQL Tiers List
Users (5 operations)
- Delete SQL Users Delete
- Get SQL Users List
- Post SQL Users Insert
- Put SQL Users Update
- Get SQL Users Get
Why This Node?
Without this node:
- Hours of manual API integration
- Copy-pasting from googleapis-sql docs
- Debugging auth, pagination, error handling
- Maintaining your own client code
With this node:
- Install → configure → use. 5 minutes.
- Auto-generated from the official googleapis-sql OpenAPI spec
- Always up to date when the API changes
- Native n8n performance
Auto-Generated
This node was auto-generated from the official googleapis-sql OpenAPI specification using @n8n-dev/n8n-openapi-node-ultimate, then validated against the live API so you get accurate types and real parameters, not guesswork.
When the googleapis-sql API updates, this node updates too.
Support This Project
If this node saved you hours of work, consider supporting continued development, new APIs, better error handling, and faster updates.
License
MIT © kelvinzer0