CommonJS
const Dubnium = require('dubnium')
const db = new Dubnium('dir','file extension')
ECMAScript
import Dubnium from 'dubnium'
const db = new Dubnium('dir','file extension')
db.create('tag',data)
db.get('tag').delete()
// Modify Record's data:
db.get('tag').edit(data)
// Modify Record's tag:
db.get('old_tag').setTag('new_tag')
More API methods can be found on our docs
Read about it here
- Node.js v14.0.0 or higher. Latest version is recommended.
Get more in-depth help from our docs, Discord, or ask a question on GitHub
Report feedback & bugs here
Like our work? Support us on Patreon