filmov
tv
Call Postgres functions from JavaScript with RPC

Показать описание
Sometimes we have a collection of complex steps we need to perform in a particular sequence from the front-end. Maybe we want to execute an SQL statement that the supabase-js library does not yet support. These are both excellent use cases for RPC.
RPC in supabase allows us to call a PostgreSQL function from JavaScript. This means we can abstract away our complex logic, or multi-step process into a Postgres function, and just make one request to call this function from the client.
---
Learn more about Supabase 👇
Jon Meyers 👇
---
Call Postgres functions from JavaScript with RPC
NodeJS : what is best/right way to call postgres function or stored procedure from nodejs
Create PostgreSQL Functions with Supabase
How to Connect Node js to PostgreSQL Database and Fetch data
Using PostgreSQL triggers to automate processes with Supabase
3 reasons you should use Postgres Functions and Transactions
Best Programming Languages #programming #coding #javascript
Step by Step Javascript and Postgres Tutorial using node-postgres
MAD I AQ/PQ Open Session Week 8
Supabase in 100 Seconds
How To Create And Call A Stored Procedure In PostgreSQL Using pgAdmin4 || Procedure In PostgreSQL
Connecting to Postgres from Edge Functions
Senior Programmers vs Junior Developers #shorts
codeLive: Heroku Data in Functions with Postgres
Check Function exists or not postgres #functions
Learn PostgreSQL Tutorial - Full Course for Beginners
Nesting 'If Statements' Is Bad. Do This Instead.
SELECT COUNT(*) is Slow, Estimate it Instead (with Example in Node JS and Postgres)
Secret To Optimizing SQL Queries - Understand The SQL Execution Order
How To Make Working Contact Form With JavaScript | Receive Form Data On Email
Simplify complex SQL queries with Views in Postgres
My Jobs Before I was a Project Manager
Call API in React Js | How to send data from frontend to backend react
Why node.js is the wrong choice for APIs (and what to use instead)
Комментарии