Blog
7 hours ago
Mastering Database Functions: A Beginner's Guide to Simplifying Backend Code
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.
Source: HackerNoon →