Drizzle ORM in 100 Seconds

preview_player
Показать описание

#programming #database #100SecondsOfCode

💬 Chat with Me on Discord

🔗 Resources

🔥 Get More Content - Upgrade to PRO

Use code YT25 for 25% off PRO access

🎨 My Editor Settings

- Atom One Dark
- vscode-icons
- Fira Code Font

🔖 Topics Covered

- What is Drizzle?
- Best database to use with Drizzle
- Best serverless database tools
- What is object relational mapping?
- Comparison of JavaScript ORMs
- How does Object Relational Mapping in SQL work?
Рекомендации по теме
Комментарии
Автор

The other cool thing about Drizzle is that it will take multiple queries and handle them as one query to your database rather than multiple. This alone has some real speed benefits.

NicholasMaietta
Автор

This seems like LINQ and entity framework but for typescript, pretty cool imo

douwezumker
Автор

Looks cool...

_Goes back to just rawdogging my SQL code._

arcan
Автор

When you hate SQL so much that you go full circle to just write raw SQL again but with fancy colors

federicopisa
Автор

Devs will do anything to not have to write SQL. Even create a syntax that closely mirrors SQL.

ceezar
Автор

Been using Drizzle on my latest project for a few months now, and I think it's absolutely great. Sure there are still a few cases where types can get a bit confusing, but overall it's extremely simple to use, it's basically SQL with type safety. I love it.

Banz_FPSB
Автор

Two years ago I started learning software development and struggled to understand what you were talking bout in most of your videos. I'm happy to say now that everything is making sense 😃

kalemmentore
Автор

"This has been Entity F.... uh Drizzle in 100 seconds"

conundrumu
Автор

Drizzle seems like the ORM we never knew we needed. Can't wait to try it out on my next project!

Max_Ivanov_Pro
Автор

Reminds me of the Eloquent ORM for Laravel. Loved using that one since the early days of Laravel.

MisterBlex
Автор

man i love how fast youve been releasing new videos lately

soadsam
Автор

Third video without mentioning AI. You can do it Jeff!

your_anium
Автор

Waiting for a Kysely video now, its a nice typesafe query builder and does most of the job when an ORM isnt needed.

HelloWorld-rxiy
Автор

This was just what I was looking for yesterday, couldn't decide between Prisma and Sequelize before this, thanks!

faraazjan
Автор

Good video as always. Would you please do Mikro-ORM next?

adnandev_
Автор

Zero days without the nodejs community reinventing the wheel

NeatMemesDotCom
Автор

Finally an actual 100 seconds video because there was a freaking 74 seconds ad :) ty fireship

desiassassin
Автор

Started using typeORM tonight and stumbled across your Drizzle video and already I'm thinking of moving from typeORM to Drizzle. I love the native SQL query like syntax

jerseyse
Автор

I'm a fan of query builder Kysely. It's fantastic combo together with prisma for schema and migrations or with atlas.

radimhof
Автор

Would love a video comparing Drizzle and Kysely

ElGnomistico