Database work has never been this easy

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

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

  • @sorinuka
    @sorinuka Год назад +1

    Very nice explanation! Thanks :D

  • @tcurdt
    @tcurdt Год назад +4

    It's a shame that v2 still has no support for real-time subscriptions though.

  • @aryankathawale9269
    @aryankathawale9269 Год назад +1

    wow such an amazing video , i understood prisma well enough to use in my projects :)

  • @moutafatin
    @moutafatin Год назад

    missing recursive queries, I find it hard to implement nested items.

  • @foreach1
    @foreach1 Год назад

    Working with json field in prisma is so painful

    • @awesome-coding
      @awesome-coding  Год назад +1

      I actually never had the chance to use Json fields for any other reason than simple storage, but it's a good idea for a possible video - thank you!
      I know most relational databases support JSON field querying these days, but I'm of the mindset that if you need to query inside JSON you should probably convert that structure into relational tables.