user), Notes(for each user).
And I never want to search among books in total, those are private for evey user.
I'm wondering should I use noSql or it's just good with Sql ? why?
With noSql everything is just in one place but with sql i have to create diffrent tables for each of those which seprating them has no use case in my app.
If you dont care about the performance while having high load, choose the db with the query language you like.
If you are learning - learn postgresql or mysql. They still have more use in production. Also sql query language is very flexible.
Обсуждают сегодня