I
I
ikerya2018-12-13 20:57:55
Database
ikerya, 2018-12-13 20:57:55

Which database should I choose assuming I'm using NodeJS?

Good evening everyone.
Previously worked with php and MySQL, later switched to NodeJS, and soon started watching Ilya Kantor's NodeJS course, in which he used MongoDB as a base.
But it seems to me that I jumped off MySQL too quickly and switched to a completely different type of database, which was dictated by Ilya, as "the main base for working in the node." For for half a year I have not got used to the database, and even now it seems to me some kind of "not native".
Perhaps there are some other alternatives for the node? I want to get your recommendations on which database to work in the node should pay attention to.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
Michael, 2018-12-13
@mak_ufo

Any. The project database is independent of the project language

K
Kirill Kudryavtsev, 2018-12-13
@Deissh

We use any ORM if you don’t want to suffer with the choice, almost all databases will have a single api and the ability to write similar SQL queries.

S
sim3x, 2018-12-13
@sim3x

https://node-postgres.com/
And it works with json as a normal DBMS

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question