Open qhdwight opened 2 years ago
Right now https://jsonpickle.github.io/ is being used for storing data. I'm not really sure if I like it though, since it will probably get unwieldy as more data is added. Plus it's kinda sus since it loads Python types directly from name.
The more I think about this we should really be using an ORM and sqlite or something
Right now https://jsonpickle.github.io/ is being used for storing data. I'm not really sure if I like it though, since it will probably get unwieldy as more data is added. Plus it's kinda sus since it loads Python types directly from name.