Josh Campbellthingengineer.hashnode.dev·Oct 4, 2024How VOLATILE, IMMUTABLE, and STABLE Attributes Affect Functions in SupabaseIn Supabase, which is built on PostgreSQL, when you create functions using PL/pgSQL (Procedural Language/PostgreSQL), you have the option to specify the volatility category of each function: VOLATILE, STABLE, or IMMUTABLE. These categories describe h...Discusssupabase
Shashidharreddyshashidharreddydakuri.hashnode.dev·Jun 1, 2024Difference Between SQL Server and PostgreSQL for .Net Application(My Research)How SQL Server is better than PostgreSQL for .Net core Project. While both SQL Server and PostgreSQL are great choices for .NET Core applications, SQL Server does have some advantages in specific areas: Deep Integration with Microsoft Services: If y...Discuss·31 readsT-SQL
Rodrigo Mansueliblog.mansueli.com·May 23, 2023Dynamically Adding Columns with Supabase and PostgresSupabase is an open-source Backend-as-a-Service (BaaS) that provides a user-friendly interface and a set of tools for building applications with PostgreSQL. In this blog post, we will explore a custom function that allows you to dynamically add colum...Discuss·1.3K readsJavaScript