FJP#84
FJP#849mo ago

I looking at buildship in combination

I looking at buildship in combination with supabase. What is exactly the position of buildship regarding supabase. Is it the nocode communication layer between front-end and backend, the logic layer activated by database triggers or both? For example Weweb has a plugin for different kind of supabase database request like creating records, so I suppose buildship is not needed for that. Can anyone clarify this perhaps?
2 Replies
Gaurav Chadha
Gaurav Chadha9mo ago
Hi @FJP#84, BuildShip's Supabase Trigger and Supasbase Nodes creates a pure backend connection via SDK and API's. You can refer to these documentation 1. https://docs.buildship.com/database/supabase 2. https://docs.buildship.com/tutorials/supabase-crud. You don't require a separate different kind of database to connect/integrate.
Visually build with Supabase with low-code and AI – BuildShip
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.
FJP#84
FJP#849mo ago
Hi @Gaurav Chadha thanks for these resources. I will check it out using CRUD via Buildship