Is supabase for me?
Hi, I have never used firebase or something similar and always worked with custom backend API's (currently I am working with nestjs + prisma). I am looking into supabase as I recently discovered it and it looks too good to be true. Everything seems to be ready to go without worrying about underlying infrastructure which would be lovely.
What I do not understand and feel really stupid about, is I do not get how you can add fairly complex server logic to some of your API routes if everything is just an auto-generated CRUD(this is what i understand from the docs). For example am I able to do something like this for a route that has multiple DB fetches and some custom logic?
I apologise in advance if my question is really stupid and/or ignorant, but I took this shortcut instead of setting up a project and wasting a Sunday just to find out this is not for me.
What I do not understand and feel really stupid about, is I do not get how you can add fairly complex server logic to some of your API routes if everything is just an auto-generated CRUD(this is what i understand from the docs). For example am I able to do something like this for a route that has multiple DB fetches and some custom logic?
I apologise in advance if my question is really stupid and/or ignorant, but I took this shortcut instead of setting up a project and wasting a Sunday just to find out this is not for me.
