counts-the-clouds / chalcedony-dust

A dungeon core tile placement game
1 stars 0 forks source link

Implement a real Data Store #13

Closed counts-the-clouds closed 3 months ago

counts-the-clouds commented 3 months ago

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.

counts-the-clouds commented 3 months ago

After a lot of refactoring I think I've got everything updated. Need to work on test coverage at some point.