Stop building REST APIs from scratch (use PostgREST)

Поделиться
HTML-код
  • Опубликовано: 11 янв 2025

Комментарии • 5

  • @realistic3
    @realistic3 Месяц назад

    Where did you made that elephant logo of your channel?

  • @PaulVerschoor
    @PaulVerschoor 2 месяца назад

    Wish the PostGREST in a new Tembo instance would connect to the 'app' database instead of the 'postgres' db which is now the default.

  • @Candyapplebone
    @Candyapplebone 5 месяцев назад

    Woah I didn’t know it supported query parameters like SQL less than and greater than comparisons. Neat!
    Woah and pagination out of the box

  • @mintoo2cool
    @mintoo2cool Месяц назад

    this is great for prototyping and for lower traffic apps. but this cannot scale as well as typical microservice architecture does. plus it’s all written in haskell and uses wrap-web .. again .. this is okay .. but i have my doubts when it comes to scaling.
    but might be sufficient for small scale product offerings to a specific niche..
    i m not a fan of the tight coupling either tbh .. what if i need to move to exadata ?
    architects, engineers, devops and product managers should know that if their product goes ‘viral’ they’ll probably quickly need to move over to something like Spring/Nginx or FastCGI/Nginx or boost/Nginx ..
    but this is great to get up and running. thanks for sharing.

    • @hamm8934
      @hamm8934 15 дней назад

      I could be mistaken, but I believe supabase is primarily built on top of postgrest. They're CTO or CEO did an AMA a while ago and mentioned it.