Database Nodes (Not Supported)
Postgres, MySQL, Redis, and MongoDB are not supported. Use HTTP-based alternatives.
Written By pvdyck
Last updated 18 days ago
Database Nodes (Not Supported)
The following database nodes are not supported on indie.money:
- Postgres - MySQL - Redis - MongoDB - Microsoft SQL - SQLite
Why Not Supported
These database nodes are not supported by design. Database clients depend on direct socket connections not available on the platform. Use HTTP-based database APIs instead.
Workarounds
Use CaseAlternative Read/write PostgresUse Supabase REST API via HTTP Request + Secure Vault Supabase integration Read/write any SQL DBUse a REST API wrapper (e.g., PostgREST, Hasura) and call via HTTP Request Key-value storageUse Memory Buffer Window (1-hour TTL) or an HTTP-based key-value store MongoDBUse MongoDB Atlas Data API via HTTP Request node