This will overwrite your record with the content provided.
db.get('tag').edit("new_content")
We recommend you read the full docs, but this will get you started with the basics.
Dubnium is available on npm or GitHub (requires Node.js) and is available for CommonJS and ECMAScript modules.
npm i dubnium
Check out our npm page.
https://github.com/coolstone-tech/dubnium
const Dubnium = require('dubnium')
const db = new Dubnium('dirPath','ext')
db.create('tag', content)
db.get('tag')
db.get('tag').delete()
This will overwrite your record with the content provided.
db.get('tag').edit("new_content")
Last updated
Was this helpful?