While working on completing features I realized that with the relationships between objects I was going to need something that works like a real data store. I still think something like SQLite is overkill though. I don't need to query and search. I just need get and store by ID. Still, changing how models are stored is going to change everything.
While working on completing features I realized that with the relationships between objects I was going to need something that works like a real data store. I still think something like SQLite is overkill though. I don't need to query and search. I just need get and store by ID. Still, changing how models are stored is going to change everything.