nomoixyz / vulcan

Development framework for Foundry projects
https://nomoixyz.github.io/vulcan/
MIT License
286 stars 18 forks source link

Lazy json storage #205

Open vdrg opened 1 year ago

vdrg commented 1 year ago

We should support JsonObjects that don't have an id set (they don't exist in foundry's backend). When performing any operation, we should first check if the id is set or not, and if not, we should use the create function before the operation.