
How-ToSystems
Mastering Database Functions: A Beginner's Guide to Simplifying Backend Code
via HackernoonIyiola Akanbi
A database function is a block of reusable code that lives inside your database. Think of it like a regular function in any programming language, except it runs inside the database engine. In Postgres, you write functions using a language called PL/pgSQL.
Continue reading on Hackernoon
Opens in a new tab
0 views




