Pretty interesting discussion going on here!
I’ve been using Mongo (via Mongoose) for a while and I tried SQLite recently.
I like SQLite for the standardised way of building databases. With MongoDB, there’s no real best practice and everything is open to interpretation
Yes exactly. And sometimes your data looks exactly like that, which makes it hard to retrofit into SQL.
It does. Best not to change database types midway into the project anyway
Pretty interesting discussion going on here!
I’ve been using Mongo (via Mongoose) for a while and I tried SQLite recently.
I like SQLite for the standardised way of building databases. With MongoDB, there’s no real best practice and everything is open to interpretation
Yes exactly. And sometimes your data looks exactly like that, which makes it hard to retrofit into SQL.
It does. Best not to change database types midway into the project anyway