Simplify complex SQL queries with Views in Postgres

Поділитися
Вставка

КОМЕНТАРІ • 31

  • @remi-avec-un-i
    @remi-avec-un-i 8 місяців тому +9

    Views are something I already heard of but never saw in action, thanks J

    • @JonMeyers
      @JonMeyers 8 місяців тому

      Yeah, they are very handy for something so simple to create! Glad you enjoyed the video! 🙌

  • @canergurelsoy6875
    @canergurelsoy6875 8 місяців тому +8

    I'm just loving supabase more and more everyday . Nice job, pls keep bringing it.

    • @parkerrex
      @parkerrex 8 місяців тому +1

      the videos help a lot

    • @JonMeyers
      @JonMeyers 8 місяців тому

      Glad you enjoyed it! What are you going to build?

    • @JonMeyers
      @JonMeyers 8 місяців тому

      @@parkerrexthanks! 🙌 What would you like to see a video on next?

  • @dshukertjr
    @dshukertjr 8 місяців тому +3

    I didn't know that `returns()` function on the `select()` call existed! That's very handy!

    • @JonMeyers
      @JonMeyers 8 місяців тому +1

      Yeah, I only learnt about it while putting this video together! Very handy!

  • @mrrolandlawrence
    @mrrolandlawrence 4 місяці тому

    Views are so under rated. So glad that feature is getting some love.

  • @TheSlyProfessor
    @TheSlyProfessor 3 місяці тому

    I've been watching a lot of your videos and things are clicking. Thank you so much!

  • @Speechrezz
    @Speechrezz 8 місяців тому

    Really helpful video, thank you! I've started using views in my own Supabase project now and it really simplified my queries!

  • @0xtz_
    @0xtz_ 3 місяці тому +1

    we have views in our app but after adding ton and ton of data the pagination takes like 40 s but the raw query takes only 150ms 😢
    so we switched to raw SQL in some places with zod for types

  • @loucasi
    @loucasi 4 місяці тому

    Supabase videos in general are very helpful and the content is great , I really think it's time to start making these with an AI on the side bcs at this level of coding I think everyone would be better off learning the prompts we have to send in order to get the code. Tutorials should focus on: this is how you prime the model to be ready for a "Views + RLS on Supabase" conversation and that's how you prompt for each case. Instead of losing time to actually record themselves writing the code it would be much more SCALABLE advice to figure out where the AI model is prone for a mistake and the tutorial showing what to look for or how to avoid it all together. Thoughts?
    Here they do it already a bit with the in-house supabase AI but I tried it and it does make mistakes - which I used Claude 3.5 to fix!

  • @Kkvta
    @Kkvta 8 місяців тому

    As somebody here in the comments mentioned, please do a video on encrypting data! Can't seem to figure out how to do it with next / supabase for my db.

  • @slavenDj
    @slavenDj 8 місяців тому

    Great videos!
    Is there going to be a video about encryption. Example i have not read anywhere that when i add security label via sql editor to a column it automatically creates trigger and views for decryption

  • @VincentFulco
    @VincentFulco 8 місяців тому +1

    Thanks for this example!

    • @JonMeyers
      @JonMeyers 8 місяців тому

      Glad you enjoyed it! Thanks for watching 🙌

  • @brotherly9058
    @brotherly9058 2 місяці тому

    Compared to with-clause, which one is better practice?

  • @caseyspaulding
    @caseyspaulding 4 місяці тому

    This is supa helpful. Thanks.

  • @BlazeShomida
    @BlazeShomida 7 місяців тому

    Is it better to create a client for each function call over exporting a global constant of the client instance?
    Like `export const supabase = createClient(SUPABASE_URL, SUPABASE_ANON_KEY);`

  • @tonyoconnell99
    @tonyoconnell99 8 місяців тому

    I really love this tutorial. i learned so much both yourself and lee. i'm going to use it to replace charbot ui 's frontend (but not their supabase backend) so my users can have conversations with different ai models faster. i would really appreciate a link to a github repo of the code you wrote for supabase. i couldn't find your repo anywhere. if needed i will type the code code from the tuturial and still be happy.

  • @imho7992
    @imho7992 6 місяців тому

    Can views also transform POSTGIS geography coordinates back to lat / lng integers?

  • @hawarhekmat1174
    @hawarhekmat1174 8 місяців тому

    Sign in with Google using server action with a client button won't work, when I log the data it gives back a url but in browser won't redirect to Google sign in page but in vscode console when I click on the url it does, maybe it's because of new Google sign in thing.

    • @twisterrjl
      @twisterrjl 8 місяців тому

      Have you also changed the link in supa > auth > url configuration? I sometimes forget to do that

  • @nafg613
    @nafg613 3 місяці тому

    Would be nice if Supabase let you edit views

  • @rohan7011
    @rohan7011 8 місяців тому +1

    Where is the original video link?

    • @JonMeyers
      @JonMeyers 8 місяців тому

      You mean for Lee’s version? Will add it to the description! Thanks for the reminder!

    • @tonyoconnell99
      @tonyoconnell99 8 місяців тому

      @@JonMeyers Here's another reminder. I can't wait to use it. It's such a wonderful example of what Supabase can do. The code and design of the email client's is beautifully simple, and your database is simple and succint. There is nothing faster. Thanks for making this and for teaching me how to do it.

  • @rtorcato
    @rtorcato 8 місяців тому

    drizzle has support for views and coming soon foreign table support too, which is great for migrations.. Does Supabase use drizzle?

  • @Laflamablanca969
    @Laflamablanca969 8 місяців тому +1

    You are very enthusiastic… way too enthusiastic lol. Chill bruz