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
npm
npm i dubniumGitHub
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