Pricing
Docs
Blog
30 Sep 2025
•
5 minute read
New features and changes in PostgREST version 13.
16 Sep 2025
11 minute read
Learn how to build scalable data processing pipelines using Supabase Edge Functions, cron jobs, and database queues and handle large workloads without timeouts or crashes.
6 minute read
Learn about the security risks of connecting AI agents to databases and how to implement defense in depth strategies to protect your data from prompt injection attacks.
9 Sep 2025
3 minute read
Supabase is explicitly making available a non-exclusive license of the OrioleDB patent to all OrioleDB users in accordance with the OrioleDB license.
10 Jun 2025
4 minute read
Today we are welcoming Sugu, the co-creator of Vitess, to the Supabase team. He is joining Supabase to build Multigres: Vitess for Postgres.
17 May 2025
8 minute read
Replace custom CRUD endpoints, reduce infrastructure complexity, and accelerate product delivery.
8 May 2025
Using Postgres Hooks to allow regular users to create event triggers
21 Mar 2025
A guide to migrating from Fauna to Supabase.
20 Mar 2025
A guide to migrating from the MongoDB Data API to Supabase.
7 Mar 2025
A dedicated pgbouncer instance that's co-located with your database for maximum performance and reliability.
10 Dec 2024
Technical deep dive into the new DBOS integration for Supabase
6 Dec 2024
16 minute read
Use any OpenAI API compatible LLMs in database.build
Effortlessly Clone Data into a New Supabase Project
5 Dec 2024
7 minute read
Durable Message Queues with Guaranteed Delivery in Postgres
4 Dec 2024
Schedule Recurring Jobs in Postgres
2 Dec 2024
An evolution of how we approach AI within the Supabase dashboard
30 Oct 2024
Improving the developer experience between Postgres and ClickHouse.
10 Oct 2024
Connect any Postgres client to your postgres.new databases.
12 Aug 2024
15 minute read
Introducing postgres.new, the in-browser Postgres sandbox with AI assistance.
3 Oct 2023
25 minute read
Learn how to scale large postgres tables in place and increase query performance.
12 Jul 2023
Impersonated Role Settings, Configurable Isolation Level, improved Bulk Insert, and more
1 May 2023
Exploring history of Postgres pluggable storage and the possibility of landing it in the Postgres core.
21 Apr 2023
New Features in the v1.2 release of pg_graphql
14 Apr 2023
We're collaborating with AWS to bring Trusted Language Extensions to Postgres.
17 Feb 2023
10 minute read
Creating validated data types in Postgres
16 Dec 2022
Describes the release of Postgres 15, new features and reasons to use it
Describes new features of PostgREST 11 pre-release
10 Dec 2022
9 minute read
Embedding Yjs and Automerge into Postgres for collaborative applications.
24 Nov 2022
18 minute read
How to turn Postgres into an easy-to-use NoSQL database that retains all the power of SQL
27 Oct 2022
A time-tested method for contributing to the core Postgres code
14 Oct 2022
14 minute read
Comparing one of the most popular Postgres features against alternatives
3 Oct 2022
We're open sourcing postgres-wasm, a PostgresQL server that runs inside a browser, with our friends at Snaplet.
8 Sep 2022
Turns out the question of which identifier to use as a Primary Key is complicated -- we're going to dive into some of the complexity and inherent trade-offs, and figure things out
19 Aug 2022
Today we're releasing pg_jsonschema, a Postgres extension for JSON validation.
Today, PostgREST 10 was released. Let's take a look at some of the new features that go hand in hand with supabase-js v2.
18 Jul 2022
33 minute read
Different approaches for tracking visitor counts with PostgreSQL.
28 Jun 2022
Using RLS to create seed files for local PostgreSQL testing.
8 Mar 2022
13 minute read
PostgreSQL has a robust set of features which we can leverage to create a generic auditing solution in 150 lines of SQL.
3 Dec 2021
GraphQL support is in development for PostgreSQL + Supabase.
28 Nov 2021
A quick look at some new features and functionality in PostgreSQL 14.
27 Nov 2021
New features and updates in PostgREST version 9.
26 Jul 2021
From today, new Supabase projects will be on a version of Supabase Postgres that runs on Postgres 13.3.
2 Jul 2021
Using Postgres Hooks to protect functionality in your Postgres database.
5 Mar 2021
Running repetitive tasks with your Postgres database.
27 Feb 2021
Understand the top PostgreSQL Interview Questions
2 Aug 2020
Have you ever wanted to restore your database's state to a particular moment in time? This post explains how, using WAL-G.
9 Jul 2020
What are PostgreSQL templates and what are they used for?
7 Jul 2020
What are physical and logical backups in Postgres?