Prisma Vs. TypeORM Vs. Sequelize | Which is Better?

  Рет қаралды 27,862

PedroTech

PedroTech

Жыл бұрын

In this video I compare the three most popular ORMs (Object Relational Mapper) in the web dev space. I go over when and where to use each of them.
Join our Discord: / discord
🚀 Learn ReactJS By Building 6 Projects: codedamn.com/learn/reactjs-pr...
🐙 GraphQL Course: codedamn.com/learn/graphql-fo...
Social
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Website: machadopedro.com
Linkedin: / machadop1407
Instagram: / pedro.fmachado_
Github: github.com/machadop1407
Business Email: pedro@pedrotech.co
🌟 Gear / Hardware I Use and Recommend 🌟
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
💻 amzn.to/42kqFuM 💻 Monitor
🖱️amzn.to/3C0ZhHb 🖱️ Mouse
📷 amzn.to/3OHJvbM 📷 My Camera
🎤 amzn.to/3oxSthj 🎤 My Microphone
⌨️ amzn.to/3oFPpj1 ⌨️ My Microphone
⚡ amzn.to/3MYMnzM ⚡ LED Lights In the Background
Tags:
- ReactJS Tutorial
- ReactJS and MySQL
- NodeJS Tutorial
- API Tutorial
#prisma #sequelize #orm

Пікірлер: 69
@kabeerahmad26
@kabeerahmad26 Жыл бұрын
No matter how many views you get but Your content is worth watching
@sunny7268
@sunny7268 Жыл бұрын
From my exp, Prisma is the same Hybrid vs Nativ app, it is suitable for some usages, but for heavy lifting, you should use something more complex like Sequelize, but the main cons of Sequelize it is not TS oriented let's see how drizzle-orm will work out.
@funfstuck
@funfstuck 19 күн бұрын
yeees i hate to work with sequelize while im using ts, its so struggling to define models and setting em up with ts
@hakberdiorazow232
@hakberdiorazow232 Жыл бұрын
i appreciate your kindness and i wanted to thank for your effort to teach us new technologies
@HeriYantodotDev
@HeriYantodotDev 11 ай бұрын
Great! This is what I'm looking for.
@houriayaseen5487
@houriayaseen5487 8 ай бұрын
Very helpful, Thanks
@atemrandyasong5710
@atemrandyasong5710 Жыл бұрын
"If you wanna use sequelize, that's a bad decision. No I'm just joking". We got the message Pedro 😂😂
@tutorialtricks6046
@tutorialtricks6046 Жыл бұрын
Prisma is good for small scale applications but not recommended for large scale applications
@tiendang5149
@tiendang5149 11 ай бұрын
You should drop timeline in video description for better interaction, thanks!
@ead5590
@ead5590 Жыл бұрын
Not sure about the others, but I had a very good time working with Prisma and hooking it up with Planet Scale. Prisma is quite the treat. Their docs are thaa bomb! 💣 You can surely get it up and running in no time.. Great stuff! Great videos as always Pedro. Keep em comin'! ✌🏻
@dreamxz
@dreamxz 9 ай бұрын
You shouldn’t even be deploying prisma to planet scale because it doesn’t natively support foreign keys, it will impact performance
@ayushgogna9732
@ayushgogna9732 11 ай бұрын
would you compare drizzle ?
@GamerSharp
@GamerSharp Жыл бұрын
Hi pedro can you make a video about payments with stripe and react ?
@rohithkaveti1226
@rohithkaveti1226 Жыл бұрын
Thoughts on mikroorm?
@naveeng2003
@naveeng2003 Жыл бұрын
Can we compare on prisma and drizzle
@regilearn2138
@regilearn2138 Жыл бұрын
Now its drizzle ,what is your thought on this
@Antagonist97
@Antagonist97 Жыл бұрын
Did you delete the js playlist?? Why bro?
@luxdev4719
@luxdev4719 2 ай бұрын
Yo no comparto los comentarios respecto a Sequelize. Creo que la sintaxis puede ser verbosa pero clara y sin ambiguedades. Incluso su manera de manejar las relaciones entre modelos es mucho más precisa que la de otros orm. Creo que sequelize es el mejor Orm porque es robusto y efeciciente.
@anthonygesora2517
@anthonygesora2517 Жыл бұрын
Really helpful, big up my guy you've brought me from a stranger to react up to prisma currently working any project with react, typescript ... it's way tooo cheap for me now 🎉🎉🎉🎉🎉🎉 still expect much from you ... am having a request, kindly do me a cloned project with react, node socket io and firebase, maybe a social media app or something else but touching on this
@anthonygesora2517
@anthonygesora2517 Жыл бұрын
🙏🏾
@GabrielGasp
@GabrielGasp Жыл бұрын
Prisma is great, until you notice that it doesn’t use JOINs and for complex queries with multiple tables you have a huge impact on performance.
@samdaniel240
@samdaniel240 11 ай бұрын
So, is there any workaround?
@keneagagwu369
@keneagagwu369 11 ай бұрын
This isnt true at all
@coachena
@coachena 8 ай бұрын
@@keneagagwu369 It is true, Prisma does multiple data fetching under the hood to perform JOINS explicitly, and this can easily lead to redundancy
@sauer.voussoir
@sauer.voussoir Ай бұрын
@@keneagagwu369 yes it is
@wellyesorno
@wellyesorno 11 күн бұрын
Its only 200 - 300 ms for fetching data (warm start). I made complex queries to fetch data from multiple tables. But anyway, is 300 ms bad?. I know mongodb can make it 40 - 70 ms for same result.
@irre1815
@irre1815 Жыл бұрын
thank you.
@Antebios
@Antebios 5 күн бұрын
Drizzle has entered the chat!!!
@CodeOnBlocks
@CodeOnBlocks Жыл бұрын
Hi Pedro, feedback: This video would've been more helpful with some visuals of code or docs rather than a video of you talking the whole time. Keep up the great work!
@pranavshekhawat6430
@pranavshekhawat6430 Жыл бұрын
Need a video on cache busting for reactjs
@eliuddyn
@eliuddyn Жыл бұрын
Very helpful info 🔥🔥
@NevDevInfo
@NevDevInfo 8 ай бұрын
can you have a visualization of how to use it i am a begginer here!
@en_kratia
@en_kratia 8 ай бұрын
Thanks.
@YpsilonTM
@YpsilonTM 10 ай бұрын
NGL I really liked working with prisma but that fact that I don't use it, is because when I make projectjes that I will host on my raspberry... It wont work it complains about the cpu architecture and I haven't gotten it to work. Sad :(
@omogbemeiyere6475
@omogbemeiyere6475 Жыл бұрын
Hello Bro, Please Can You do a tutorial on how to setup sequelize and typescript in a expressjs/typescript project most especially when trying to work with migrations I get stucked while working with this tools.
@coachena
@coachena 8 ай бұрын
Sequelize doesnt really support TypeScript
@imPrathamDev
@imPrathamDev Жыл бұрын
The dude says that Prisma is lightweight lol, please compare these ORMs' sizes prisma is too big which is not good if your project is on aws lambda
@ROVAKAN
@ROVAKAN Жыл бұрын
hey Pedro , can you make an axios tutorial with JWT ? That will be awesome man. Awesome channel by the way
@maumau180300
@maumau180300 Жыл бұрын
Wow my programming is so much better now
@vvan22
@vvan22 11 ай бұрын
I wish that you also show some real code, your explanation sounds great, but for someone who doesn't really have any experience with these ORMs, it would be much better to see the code that you're explaining.
@vour6654
@vour6654 Жыл бұрын
BTW I think ORMs is pronounced as a abbreviation rather than a word. Love your videos!
@CliveStewart-bq3od
@CliveStewart-bq3od Жыл бұрын
hey drizzle orm is actually the new and best kid on the bock
@a7kerkh
@a7kerkh 8 ай бұрын
They already was knex dude :/
@fallanstar
@fallanstar Жыл бұрын
Hi sir plz start React native projects
@kingvas7638
@kingvas7638 Жыл бұрын
knexjs is faster of these as a query builder
@kodekorp2064
@kodekorp2064 10 ай бұрын
Why not talk about Drizzle though?
@andreiz82
@andreiz82 5 ай бұрын
There is only one right answer and that is TypeORM.
@maumau180300
@maumau180300 Жыл бұрын
And he is so cute ❤
@danielson9490
@danielson9490 7 ай бұрын
O.R.M.
@ronelcabrera5191
@ronelcabrera5191 3 ай бұрын
O.R.M or O-R-M
@alexpirine
@alexpirine 6 ай бұрын
It's obvious. The new hot thing is Prisma. Use the new hot thing. Or don't use anything. You'll have to learn a new ORM in 2 years anyway.
@emmafrimpong658
@emmafrimpong658 7 ай бұрын
Prisma does not support SQL views
@doobinl8505
@doobinl8505 5 ай бұрын
thought it was a kind of a usless video “i think sequelize is the oldest one because i heard it since when i first started coding” Also there wasnt clear pros or cons
@papa_ethan
@papa_ethan 9 күн бұрын
Drizzle
@lardocelardasoso7698
@lardocelardasoso7698 10 ай бұрын
lol i dont speak english but i can understand
@ramosdeluis
@ramosdeluis 10 ай бұрын
Br?
@psicotrogato
@psicotrogato Жыл бұрын
ohhh boy... learn enogf code to be dangerous... good book javascrip niinja.... JQuerry--- ::::::.
@mohitcodeswell
@mohitcodeswell Жыл бұрын
Stop these content kid 😅
@PedroTechnologies
@PedroTechnologies Жыл бұрын
Why...
@mohitcodeswell
@mohitcodeswell Жыл бұрын
@@PedroTechnologies I think you've got much potential as a yougster and you should focus on solving real world problems through the knowledge of your code and not comparing those ORM's as you can compare those in a "short vid". As a senior dev for 21 years i would recommend you that!
@ClevertonAlmeida-rv9gd
@ClevertonAlmeida-rv9gd Жыл бұрын
Dude, what are you saying? His videos already helped me a lot. I'm studying node and I was asking myself wich ORM I should try to learn, the courses and tutorials out there usually uses mongoose and I really didn't liked.
@PedroTechnologies
@PedroTechnologies Жыл бұрын
@@mohitcodeswell i personally make videos i would wanna watch. I do listen to my subs, but tbh everyone wants different things. So my goal is to always make a video i wouldve wanted to watch when i started
@mohitcodeswell
@mohitcodeswell Жыл бұрын
@@ClevertonAlmeida-rv9gd okay
@reel.twister
@reel.twister 9 ай бұрын
Why should I watch your big face on the screen instead of schema and codes?
How To Code in A Large Codebase
15:37
PedroTech
Рет қаралды 8 М.
Children deceived dad #comedy
00:19
yuzvikii_family
Рет қаралды 7 МЛН
Was ist im Eis versteckt? 🧊 Coole Winter-Gadgets von Amazon
00:37
SMOL German
Рет қаралды 16 МЛН
Please be kind🙏
00:34
ISSEI / いっせい
Рет қаралды 185 МЛН
Haha😂 Power💪 #trending #funny #viral #shorts
00:18
Reaction Station TV
Рет қаралды 15 МЛН
Why Prisma Might Not Be a Good Choice for Your Project
5:44
Josh tried coding
Рет қаралды 48 М.
Drizzle ORM in 100 Seconds
2:54
Fireship
Рет қаралды 442 М.
¿QUÉ ES PRISMA ORM? | EN 6 MINUTOS
5:43
DevSolutions
Рет қаралды 767
Prisma vs TypeORM: Qual é o melhor ORM para o Node.js?
27:22
Waldemar Neto - Dev Lab
Рет қаралды 7 М.
Nodejs y Prisma ORM REST API
41:31
Fazt Code
Рет қаралды 35 М.
Prisma - лучшая ORM для Node.js
23:45
PurpleSchool | Anton Larichev
Рет қаралды 28 М.
Typeorm vs Prisma. (I created the same backend w/each)
10:07
Dev Influence
Рет қаралды 26 М.
Web Developer Portfolio Review (Front End React)
9:23
CodingPhase
Рет қаралды 7 М.
I built the same app 10 times // Which JS Framework is best?
21:58
Fireship
Рет қаралды 2,5 МЛН
В России ускорили интернет в 1000 раз
0:18
Короче, новости
Рет қаралды 808 М.
Спутниковый телефон #обзор #товары
0:35
Product show
Рет қаралды 1,7 МЛН