Database & Vector Store Setup with Drizzle ORM & pgvector

Поділитися
Вставка
  • Опубліковано 24 лис 2024

КОМЕНТАРІ • 5

  • @minaidev
    @minaidev 11 днів тому

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

    • @SamThoyre
      @SamThoyre  11 днів тому +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 11 днів тому

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

  • @orenmizr
    @orenmizr 6 днів тому

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

    • @SamThoyre
      @SamThoyre  6 днів тому

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