Modify
Last updated
Change the Record's key's value to something.
db.setValue('tag','key','value')tag
The Record's tag
String
key
The key to change
String
value
The value to set to
String
Overwrite a Record found by it's tag.
db.overwrite('tag',data)tag
The Record's tag
String
data
The data to overwrite with
Any (must match file extension)
Change a Record's tag found by its current tag.
old_tag
The current tag of the Record.
String
new_tag
The new tag you want for the Record.
String
Last updated
db.setTag('old','new')