Tyler Shukert 💙

@dshukertjr.dev

DevRel engineer at Supabase. Also maintain supabase_flutter 💙

Supabase now has queues! Queues were the missing piece of the Supabase stack that many in the community were asking for large-scale applications! You can send and consume queues using SQL, as well as do the same from the client libraries and secure them using RLS!

Supabase now provides a free easy-to-use cron job scheduler! Configure the job from the dashboard and set it to send an HTTP request or call a database or edge function periodically! View the history of the past jobs that it ran so that you can debug when something goes wrong!

We upgraded the AI Assistant on your Supabase dashboard! It will now be accessible anywhere within the dashboard, starting at the top right corner or by pressing cmd + i! You can use it to write SQL, analyze data, convert SQL to Supabase client library code, and much more!

Why to choose #Supabase 💚 over other BaaS in the market: - Incredible dev experience (I mean awesome) - Postgres made easy (great starting point) - No vendor locking (you choose your model) - Open Source (related to the previous one) - Great community (Meme Driven Community is the best community)

Background Tasks are now available within #Supabase Edge Functions! Example: 🎧 Create a speech stream with the #OpenAI API and return it as a response immediately. 🔺 In the background, upload the stream as MP3 to Supabase Storage. Demo & source code 👇

Bild

@pgvector 0.8.0 was just released The main shout-out is "Iterative Index Scans". In vector databases, approximate indexes speed things up but can miss some results when using filters. Iterative scans fix this by scanning just enough of the index until it finds enough results (within set limits).

Bild

Did you know that you can add custom docs to your Cursor? Here is a quick video on how you can add Supabase docs so that Cursor has more up-to-date context of the Supabase code base!