Edit
How to edit Record content and attributes.
Append to Record
await db.get('tag').append(content)await db.get('tag').prepend(content)Parameter
About
Type
Required
Truncate Record
await db.get('tag').truncate(length)Parameter
About
Type
Required
Edit Record Content
await db.get('tag').write(content)await db.write("tag", content)Parameter
About
Type
Required
Safe & Atomic Writing
await db.safeWrite('tag', content)Parameter
About
Type
await db.atomicUpdate('tag', updater)Name
About
Type
Modify a Key
Parameter
About
Typr
Required
Modify a Record's Tag
Parameter
About
Type
Required
Overwrite from another Record
Parameter
About
Type
Required
Empty Record
Check if a Record is empty
Last updated