Supabase has reached General Availability
Pricing
Docs
Blog
26 Mar 2024
•
9 minute read
Implementing semantic image search with Amazon Titan and Supabase Vector in Python.
26 Feb 2024
19 minute read
Build a movie-viewing app that recommends another movie based on what the user is viewing using OpenAI, Flutter and Supabase.
13 Feb 2024
22 minute read
Use Adaptive Retrieval to improve query performance with OpenAI's new embedding models
31 Jan 2024
6 minute read
NoSQL Postgres: Add MongoDB compatibility to your Supabase projects with FerretDB
30 Jan 2024
14 minute read
pgvector 0.6.0 brings a significant improvement: parallel index builds for HNSW. Building an HNSW index is now up to 30x faster for unlogged tables.
29 Jan 2024
5 minute read
Learn how to create a new Rails app and connect it to a Supabase Postgres database.
22 Jan 2024
4 minute read
Learn how to create a new Laravel PHP app and connect it to a Supabase PostgreSQL database.
19 Dec 2023
Our CEO takes a look at his favorite ships from LWX
15 Dec 2023
8 minute read
We are launching support for Postgres Read Replicas
A managed Postgres offering developed by Supabase and Fly.io
13 Dec 2023
A Postgres database for every Pull Request.
7 minute read
Supavisor is now used across all projects, providing a scalable and cloud-native Postgres connection pooler that can handle millions of connections
8 Dec 2023
26 minute read
A detailed analysis of our iterations to implement a Parser for Postgres
10 Oct 2023
Direct performance comparison between pgvector and Pinecone.
3 Oct 2023
25 minute read
Learn how to scale large postgres tables in place and increase query performance.
6 Sep 2023
11 minute read
Increase performance in pgvector using HNSW indexes
11 Aug 2023
Supavisor is a scalable, cloud-native Postgres connection pooler. We connected a million clients to it to see how it performs.
3 Aug 2023
Increase performance in pgvector by using embedding vectors with fewer dimensions
13 Jul 2023
13 minute read
There's been a lot of talk about pgvector performance lately, so we took some datasets and pushed pgvector to the limits to find out its strengths and limitations.
12 Jul 2023
Impersonated Role Settings, Configurable Isolation Level, improved Bulk Insert, and more
29 May 2023
Introducing Supabase Vecs, a PostgreSQL vector client
25 May 2023
10 minute read
Supabase recently contributed to the OpenAI Retrieval Plugin repo with a Postgres and a Supabase implementation to help developers build ChatGPT plugins using pgvector.
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 publicly previewing dbdev, a PostgreSQL package manager.
We're collaborating with AWS to bring Trusted Language Extensions to Postgres.
17 Feb 2023
Creating validated data types in Postgres
6 Feb 2023
15 minute read
An example of how to build an AI-powered search engine using OpenAI's embeddings and PostgreSQL.
16 Dec 2022
A Postgres extension to store encrypted secrets and encrypt data.
Describes new features of PostgREST 11 pre-release
3 minute read
We're making PITR available for more projects, with a new Dashboard UI that makes it simple to use.
Announcing the v1.0 release of pg_graphql
Describes the release of Postgres 15, new features and reasons to use it
10 Dec 2022
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
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, 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.
8 Mar 2022
PostgreSQL has a robust set of features which we can leverage to create a generic auditing solution in 150 lines of SQL.
2 Jul 2021
Using Postgres Hooks to protect functionality in your Postgres database.
22 Mar 2021
Learn why Kevin is building intheloop.dev with Supabase
11 Mar 2021
Free hosted relational database from within your node.js repl
5 Mar 2021
Running repetitive tasks with your Postgres database.
27 Feb 2021
Understand the top PostgreSQL Interview Questions
18 Nov 2020
Creating and using a view in PostgreSQL.
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?