vasern / vasern

Vasern is a fast, lightweight and open source data storage for React Native

Home Page:https://vasern.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

set a key to null

apppro123 opened this issue · comments

Is it possible to set a key to null or do i have to set it to null with "" ?

(if you saw old issue text, sorry, i have found the issue myself, but im still interested in this question)

Thank you!

Hey Noah, I'm assuming that you mean to set a property of the record to null. At this version, either property is set to null, undefined or an empty string, you will receive an empty string (for the property with string type, or false with boolean type).

Besides, if you mean to set a key (as the id) to the record, it will ignore the change