+ 2
DATABASE
Just made a choice on the server to use and I found node. js interesting. But the problem is this. Which database is best for node. js. Been hearing mongodb and others but am already used to MYSQL. is it possible to use MYSQL with node. js or should do I have to leave it for mongoDb???
5 Antworten
+ 9
You can use MySql with no problems. ^^
+ 2
You need to write down your requirements clearly for your project's sakes.
Mongo DB and MySQL are two different great tools in two different areas. One shines as a NOSQL database and the other shines as a relational database. Which one do you need for your project is best answered by it's requirements alone.
+ 1
OK. So making a selection should be on the project I have at hand?. Never used mongoDb don't really know how it works
0
OK. Thanks maz
0
I'm recommending that you clearly define your project's requirements and then go looking for which tools and technologies suit best for those requirements.
Learning Mongo DB should be relatively easier. So will MySQL learning be.