Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@filthyranter Haha, actually happen to know his daughter, so that would be kinda... Not good... 🙈
-
@ScriptCoded bad experiences... I don't like JavaScript for back end things so that helps. I prefer MariaDB or Postgresql
-
spacem18447yWe are also moving from .net to node.. except we use sqlserver for the database. We use sequalise orm and it's not too bad to use on node. As c# devs the migration to node was helped by using typescript (ts-node)
-
Hmm. May be it depends on the design and application.
I am not sure whether you are going use ACID and relations.
If your app is of something search based mongodb is okay.
If it security and complex app i prefer mysql or mariadb.
Related Rants
So... We're going to totally rewrite one of our web applications at work. It's currently written using the .NET framework, and we're moving to Node.js instead. For me, that's absolutely wonderful! Outside work I practically only work with Node, so I'm happy. There is just one thing that's bothering me. My colleague wants to use MySQL for the database. Even worse is that he's the one deciding, since I started working there just a couple of weeks ago.
Now, I really, really want to use Mongodb. It integrates so wonderfully with Node together with Mongoose, and just the thought of using JSON everywhere makes my body shiver of satisfaction.
So therefore I have two questions.
A. Would you prefer Mongodb over MySQL for a node application?
B. How the hell can I convince him to use Mongodb?!
Cheers!
rant
work
node
mongodb
mysql