3.0.3 • Published 3 months ago

dubnium v3.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

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

3.0.3

3 months ago

3.0.2

3 months ago

3.0.1

12 months ago

3.0.0

12 months ago

2.3.0

2 years ago

2.3.1

2 years ago

1.2.0

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

2.2.1

2 years ago

2.2.0

2 years ago

2.2.3

2 years ago

2.2.2

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.2

2 years ago

1.1.0

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

0.0.6

2 years ago

0.0.3

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

1.0.0

3 years ago