Socket
Book a DemoInstallSign in
Socket

dubnium

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dubnium

A powerful local database

3.0.3
latest
Source
npmnpm
Version published
Weekly downloads
59
22.92%
Maintainers
3
Weekly downloads
 
Created
Source

Dubnium

A powerful local database

Installation

npm i dubnium

API

Initialize

CommonJS

const Dubnium = require('dubnium')
const db = new Dubnium('dir','file extension')

ECMAScript

import Dubnium from 'dubnium'
const db = new Dubnium('dir','file extension')

Create Record

db.create('tag',data)

Delete Record

db.get('tag').delete()

Modify

// 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

Why use Dubnium?

Read about it here

Requirements

  • Node.js v14.0.0 or higher. Latest version is recommended.

Other info

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

Keywords

db

FAQs

Package last updated on 11 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.