The Latest Drizzle Updates are AWESOME | The road to v1

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ธ.ค. 2024

ความคิดเห็น •

  • @samuelbaran
    @samuelbaran หลายเดือนก่อน +29

    CJ, the work you're putting into these videos cannot be overstated. We really appreciate all the effort that is being directed into sharing all this knowledge and news, please keep this up

  • @wesleycoder
    @wesleycoder หลายเดือนก่อน +4

    I love creators dedicating time to explain details like these.
    I was confused because while I was setting up drizzle I saw the docs for `drizzle/connect` then it vanished some hours later and I thought I was getting crazy lol
    Having you cover this is really heartwarming and makes my trust in the community even stronger :)

    • @0644dev
      @0644dev หลายเดือนก่อน +2

      sorry, we've fixed the mistake

  • @darknezx9542
    @darknezx9542 หลายเดือนก่อน +1

    Awesome! I didn't know about drizzle's updates, certainly solves many of my gripes especially the docs and how I had to do initial setup for the connection.

  • @ПредрагНиколић-щ6й
    @ПредрагНиколић-щ6й หลายเดือนก่อน +13

    Drizzle is great. Currently Drizzle has 2 things to improve:
    - Git conflicts - If you have two branches, each of them generated a new migration, and when they get merged there will be a merge conflict in the jurnal file. I don't have trust in me to touch the _jurnal file. It would be best if people don't need to bother with fixing git conflict inside the drizzle folder.
    - Reverting migrations - Lets say that you are on a branch A, you created 3 migrations files, but you realize that you actually want to remove those 3 migrations files, and have one single file. How do you do that? I would appreciate a drizzle down command to revert the last applied migration. Ideally, I would revert the last 3 migrations, and than generate a new migration.
    Lucky It seems like Drizzle is going to address these issues soon.

    • @0644dev
      @0644dev หลายเดือนก่อน +1

      that's on me, yes

  • @notnotjake
    @notnotjake หลายเดือนก่อน +1

    yeah, those docs are way way better. was going through them a few weeks ago and it was pretty lousy. very happy with the new ones, good job drizzle!

  • @Haffi921
    @Haffi921 หลายเดือนก่อน +1

    I swear to god, CJ videos are the best thing since sliced bread

  • @Deus-lo-Vuilt
    @Deus-lo-Vuilt หลายเดือนก่อน

    Thanks for the material, I will keep an eye out for new videos and hopefully see more material from Hono and cloudflare.

  • @olehmeserenko
    @olehmeserenko หลายเดือนก่อน +1

    Thank you so much for the cool content! Would like to see more drizzle videos. If possible, could you make another video and explain migrations with drizzle? (Simple and complex ones)

  • @alpap6234
    @alpap6234 หลายเดือนก่อน +1

    Bro you are really awesome, thanks a lot

  • @jarmanjjj
    @jarmanjjj หลายเดือนก่อน

    very informative video, thanks.

  • @eleah2665
    @eleah2665 หลายเดือนก่อน

    Very good. Thanks.

  • @aleksdeveloper698
    @aleksdeveloper698 หลายเดือนก่อน +1

    Bro when will they add seeders? I need them for my project with faker.

  • @thejeffkershner
    @thejeffkershner หลายเดือนก่อน +1

    Any issues using drizzle with nextjs 15, react 19 RC and authJS (v5)?

  • @yoskokleng3658
    @yoskokleng3658 13 วันที่ผ่านมา

    is drizzle support auto release connection to pool for postgresql ?

  • @devyb-cc
    @devyb-cc หลายเดือนก่อน

    hopefully on 1.0 drizzle is compatible with instrumentation tools 🤞

  • @snaydenoff
    @snaydenoff หลายเดือนก่อน +1

    Cj, please do a drizzle supabase vid with the new rls (claims etc)
    Pleaaaaase ❤

  • @raheeldharolia2673
    @raheeldharolia2673 29 วันที่ผ่านมา +1

    With Drizzle 0.36.0 and above, there's a change in third param of schema to use array instead of object and the docs are not updated quite yet. I'm trying to setup Auth.js with Drizzle Adapter if someone can guide how to change the following Auth.js verificationToken table schema to work with latest Drizzle version i.e. defining compound or composite indexes.
    export const verificationTokens = pgTable(
    "verificationToken",
    {
    identifier: text("identifier").notNull(),
    token: text("token").notNull(),
    expires: timestamp("expires", { mode: "date" }).notNull(),
    },
    (verificationToken) => ({
    compositePk: primaryKey({
    columns: [verificationToken.identifier, verificationToken.token],
    }),
    })
    )

  • @danarseptiyanto4066
    @danarseptiyanto4066 หลายเดือนก่อน +1

    Syntax releasing content about Prisma and Drizzle on the same week: "I'm playing both sides so that I always come out on top"

  • @Thedestroyermod
    @Thedestroyermod หลายเดือนก่อน

    Please restock the blazing fast tee in medium!

    • @syntaxfm
      @syntaxfm  หลายเดือนก่อน +1

      Restock coming soon!

  • @anishbishnoi29xD
    @anishbishnoi29xD หลายเดือนก่อน

    nice ❤

  • @photostu
    @photostu หลายเดือนก่อน

    Can't wait till they have SQL Server for us corporate code slingers.

  • @damar1967
    @damar1967 27 วันที่ผ่านมา

    personally i want prisma like schema

  • @esdegan7176
    @esdegan7176 หลายเดือนก่อน

    example nestjs+drizzle please . . .

  • @MarosiMate-sq2wm
    @MarosiMate-sq2wm หลายเดือนก่อน

    I think Drizzle is still absolutely unready. I decided to use it for a new project using SQLite as development database, and I constantly ran into brick walls using Next.js 15. The documentation is horrible. Hopefully v1 will be better. Until that I'm writing raw SQL.

  • @prashlovessamosa
    @prashlovessamosa หลายเดือนก่อน

    👍