Earlier quoted context omitted.
No SQL database is the one thing I disagree with. What if you want to write a SQL query/report? Do you have transactions? As the app gets bigger you might want that.
> No SQL database is the one thing I disagree with. I'm not saying this approach is a good idea in every case. There are many situations where I would use a proper database. It really depends on what kind of app you're building, what kind of queries you want to run, how big is your dataset, your failover and availability requirements, your programming language, etc. In my case it was a great decision. The code is sim…
So you don't have mutable data shared between threads then?