An insight into the internals of GraphQL in Postgres using pg_graphql, and how you can contribute.| Supabase
Different approaches for tracking visitor counts with PostgreSQL.| Supabase
Using RLS to create seed files for local PostgreSQL testing.| Supabase
Learn about our approach to connecting multiple nodes in Elixir using Postgres| Supabase
Supavisor is now used across all projects, providing a scalable and cloud-native Postgres connection pooler that can handle millions of connections| Supabase
PostgREST 12 is out and we take a look at some of the major new features like JWT Caching and Aggregate Functions| Supabase
pg_graphql now supports the most requested feature: Postgres functions a.k.a. User Defined Functions (UDFs)| Supabase
Today we're releasing pg_jsonschema, a Postgres extension for JSON validation.| Supabase
Increase performance in pgvector using HNSW indexes| Supabase
Increase performance in pgvector by using embedding vectors with fewer dimensions| Supabase
An example of how to build an AI-powered search engine using OpenAI's embeddings and PostgreSQL.| Supabase
A Postgres extension to store encrypted secrets and encrypt data.| Supabase
We're making PITR available for more projects, with a new Dashboard UI that makes it simple to use.| Supabase
Describes the release of Postgres 15, new features and reasons to use it| Supabase
Embedding Yjs and Automerge into Postgres for collaborative applications.| Supabase
How to turn Postgres into an easy-to-use NoSQL database that retains all the power of SQL| Supabase
A time-tested method for contributing to the core Postgres code| Supabase
Comparing one of the most popular Postgres features against alternatives| Supabase
We're open sourcing postgres-wasm, a PostgresQL server that runs inside a browser, with our friends at Snaplet.| Supabase
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| Supabase