Mourad ELGORMA
Fondateur de summarynetworks, passionné des nouvelles technologies et des métiers de Réseautique , Master en réseaux et système de télécommunications. ,j’ai affaire à Pascal, Delphi, Java, MATLAB, php …Connaissance du protocole TCP / IP, des applications Ethernet, des WLAN …Planification, installation et dépannage de problèmes de réseau informatique……Installez, configurez et dépannez les périphériques Cisco IOS. Surveillez les performances du réseau et isolez les défaillances du réseau. VLANs, protocoles de routage (RIPv2, EIGRP, OSPF.)…..Manipuler des systèmes embarqués (matériel et logiciel ex: Beaglebone Black)…Linux (Ubuntu, kali, serveur Mandriva Fedora, …). Microsoft (Windows, Windows Server 2003). ……Paquet tracer, GNS3, VMware Workstation, Virtual Box, Filezilla (client / serveur), EasyPhp, serveur Wamp,Le système de gestion WORDPRESS………Installation des caméras de surveillance ( technologie hikvision DVR………..). ,
what will happen if we set the max size=0;
" The package at "node_modules/sequelize/lib/sequelize.js" attempted to import the Node standard library module "url". It failed because React Native does not include the Node standard library"
getting this error when I'm trying to use Sequelize in React-native app.
What changes should I make?
You can completely skip the migration part, by creating the models as shown, but instead of creating migrate scripts, just import them and call .sync() method, and it will auto-create the table for you.
its not the recommended way, but if you want something easy to follow, there you go 🙂
Source code please
RIP accent
Really good explanation. You actually got my interest in sequelize.
What do you need to do with migrations when you want to add an extra column to the user model later on in a live production system where you cannot drop the table?
It's a great tutorial IF you want to see it working. But for a project you basically removed one of the best scenarios of folder organization that is the one that "sequelize init" create for you and used a "single file" format what is awful even for micro projects… still a good video to "see it working" nothing more than that.
So damn useful! Literally cleared all my doubts of working with ORM and Node.js. You explained it so beautifully and the tutorial provided is so well documented. Great work man.
very helpful sir thank you
it's showing User.hasMany is not a function, can you help me?
Thank you.
Great Tutorial for beginners. If you don't know anything about sequelize then this video gives you very good overview and hands on. Thank you so much for this video.
I keep getting User.create is not a function !!!
Not a SPAM
1000+ Videos on Full Stack Development in javascript
I assure you that you won’t click unsubscribe after clicking on subscribe
https://www.youtube.com/user/vibbbbbba?sub_confirmation=1
I am covering everything in javascript server side to client side (react, node. Javascript, Graphql .. you name it)
Everything in a simple language for beginners (Helping developers in their growth path)
https://www.youtube.com/watch?v=MnljgIYwiaI&list=PLIGDNOJWiL1-OJp8ZWBO2838ENa0tsy6H
Can you please share the source code of this??
I am getting the following error while using "sequelize db: migrate"
The "url" argument must be of type string. Received type object
Anyone knows how to fix this?
It gave me a lot of confidence!
Nice one!
Great video but sure could do with some timestamps.
The way you pronounce 'dialect' like 'delicate' is cute yet hilariously incorrect. 🙂
Great video. It is very informative.Thank you
Super helpful and crystal clear 👍🏽
I've been working for inner join in sequelize for two days. I solved it thanks to you
Hi thanks for the video.
Can you also make a video on how to setup mysql with mariaDb like you already did in this video, i cannot figure out the installation of mysql and mariab, i get error 'Access denied for user 'root'@'localhost' (using password: NO)'. It would be really helpful.
Thanks in advance!
Is there any way to make migrations automatically like in Django?
nice explaination…. appreciate it
really got my interest, how clear the explanation was! thank you a lot.
is it possible to make a video about inheritance using sequelize, thanks again.