isar / hive

Lightweight and blazing fast key-value database written in pure Dart.
Apache License 2.0
4.11k stars 410 forks source link

Updating nested map keys #1269

Open visign3d opened 10 months ago

visign3d commented 10 months ago

Hello. Is it a way to update nested keys, like in map ? Example

//Map implementation:
boxMap[key1][key2]=value

//Hive like implementation:
box.putNested('key1.key2',value)