Versioning
Dubnium has 2 options to save Record versions.
1. Temporarily-Stored Versions
const db = new Dubnium('dir', 'txt', { versioning:{ temp:true } })Structure
{ tag: [ { date: "2023-04-14T17:27:24.930Z", content: 'content 1' } ] }2. File Versions
const db = new Dubnium('dir', 'txt', { versioning:{ file:true } })Structure
Limit Versions
Retroactively limit versions
Paramter
About
Type
Required
Read A Version
Parameter
About
Type
Required
Paramter
About
Type
Required
Stop Recording Versions
Resume Recording
Last updated