Database & Vector Store Setup with Drizzle ORM & pgvector

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

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

  • @minaidev
    @minaidev 14 дней назад

    Cool! It seems that using drizzle and trpc is a better choice than just use the supabase javascript SDK?

    • @SamThoyre
      @SamThoyre  14 дней назад +1

      Not necessarily! Supabase alone can handle many tasks efficiently, but when we dive into more complex logic-like building out a robust content creation system-the combination of Drizzle with tRPC shines. These tools streamline development, offering strong type safety across all files, which means fewer errors and a smoother, more scalable experience. In the long run, they can really elevate both the efficiency and reliability of the codebase.

    • @minaidev
      @minaidev 13 дней назад

      @@SamThoyre Thank you so much, very informative reply.

  • @orenmizr
    @orenmizr 8 дней назад

    you have a vector on drizzle-orm.... why did you create your own ?

    • @SamThoyre
      @SamThoyre  8 дней назад

      Ah! Oversight on my part, you're totally right!