database.new
◆ sync APIs for reading files
◆ 97% faster cold starts
◆ tight integration with supabase storage
read all the release notes:
supabase.com/blog/persist...
◆ sync APIs for reading files
◆ 97% faster cold starts
◆ tight integration with supabase storage
read all the release notes:
supabase.com/blog/persist...
it shows all your logs in a single timeline, then when you drill into any single log you'll see all associated logs
it shows all your logs in a single timeline, then when you drill into any single log you'll see all associated logs
SELECT *
FROM gravatar.profiles
WHERE email = '[email protected]';
enjoy ↓
SELECT *
FROM gravatar.profiles
WHERE email = '[email protected]';
enjoy ↓
supabase.com/blog/stripe...
supabase.com/blog/stripe...
It synchronizes your Stripe account to a Postgres database. It can be a new database or an existing Postgres database.
It synchronizes your Stripe account to a Postgres database. It can be a new database or an existing Postgres database.
In case you're new to Oriole: it's a Postgres extension that replaces the default storage engine. GA coming soon.
we ran 3 separate TPC-C benchmarks. See the results:
www.orioledb.com/blog/orioled...
In case you're new to Oriole: it's a Postgres extension that replaces the default storage engine. GA coming soon.
we ran 3 separate TPC-C benchmarks. See the results:
www.orioledb.com/blog/orioled...
This one's a bit different: it's a "Platform Kit" which you can use if you're providing Supabase projects/databases to your own users. It's like a UI wrapper on top of our Management API
Built with React/@shadcn
This one's a bit different: it's a "Platform Kit" which you can use if you're providing Supabase projects/databases to your own users. It's like a UI wrapper on top of our Management API
Built with React/@shadcn
◆ asymmetric JWTs
◆ new API Keys for better security
There are no breaking changes. You can opt in today then opt-out of the old keys whenever you want. Massive performance boost
◆ asymmetric JWTs
◆ new API Keys for better security
There are no breaking changes. You can opt in today then opt-out of the old keys whenever you want. Massive performance boost
enjoy 🚢
enjoy 🚢
Useful for infinite scroll
Useful for infinite scroll
You can write your schemas in SQL files, then the CLI will automatically create the changes ("migrations")
Read how it works here:
supabase.com/blog/declara...
You can write your schemas in SQL files, then the CLI will automatically create the changes ("migrations")
Read how it works here:
supabase.com/blog/declara...
* it's (a lot) more scalable
* you can join tables/data before you broadcast
* you can filter out columns before sending
Database Broadcasts is more complex to use, but incredibly flexible.
* it's (a lot) more scalable
* you can join tables/data before you broadcast
* you can filter out columns before sending
Database Broadcasts is more complex to use, but incredibly flexible.
You can now Broadcast messages directly from your Database to the Realtime service.
You can now Broadcast messages directly from your Database to the Realtime service.
supabase.com/blog/supabas...
supabase.com/blog/supabas...
All features dropping today:
◆ create/edit/test functions
◆ download to your computer
◆ deploy without docker
◆ Deno 2.1 preview
enjoy 🚢
All features dropping today:
◆ create/edit/test functions
◆ download to your computer
◆ deploy without docker
◆ Deno 2.1 preview
enjoy 🚢
It leverages the @shadcn.com "registry" feature and is compatible with Next.js, React, and Tanstack
Includes:
- Login components
- Dropzone for storage
- Realtime cursors/avatars/chat
- And (one I love): AI Prompts
supabase.com/ui
It leverages the @shadcn.com "registry" feature and is compatible with Next.js, React, and Tanstack
Includes:
- Login components
- Dropzone for storage
- Realtime cursors/avatars/chat
- And (one I love): AI Prompts
supabase.com/ui