This will overwrite your record with the content provided.
Overview
We recommend you read the full docs, but this will get you started with the basics.
Install
Dubnium is available on npm or GitHub (requires Node.js) and is available for CommonJS and ECMAScript modules.
Download it from npm
npm i dubniumCheck out our npm page.
Or download it from GitHub
https://github.com/coolstone-tech/dubnium
Initialize
const Dubnium = require('dubnium')
const db = new Dubnium('dirPath','ext')import Dubnium from 'dubnium'
const db = new Dubnium('dirPath','ext')Make your first Record
db.create('tag', content)Get a Record
Delete a Record
Modify a Record
Check out our full docs for more API methods and in-depth explanations.
Last updated
Was this helpful?