boudra / chainsauce

Source Ethereum Events
MIT License
28 stars 19 forks source link

[JsonStorage] Allow creating empty collections #2

Closed boudra closed 1 year ago

boudra commented 1 year ago

At the moment a collection only exists when you insert the first value. We should be able to create new empty collections, this could also be a good place to allow options to be set for a collection. Indexes for example.

boudra commented 1 year ago

fixed by #10