1.0.5 • Published 1 year ago

pauladb v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

📋 Project

  • 🔐 Application designed for intuitive use and direct manipulation. Simple to use and tailored for any level of expertise.

💻 How to use

To clone and run this application you will need Node.js.

# Install the module
$ npm install pauladb

⚙️ Config

import PaulaDB from 'pauladb'
const db = new PaulaDB({ file: 'json.sqlite' }) // default .sqlitedata

📦 Method

The methods that are part of the class in the project:

MethodDescrição
set(key, value)sets the value (key, value).
get(key)retrieve the value of a key.
all()returns the array of the table.
delete(key)delete a value from the table.

🎩 Examples

  • Import and define usage.
import PaulaDB from 'pauladb'
const db = new PaulaDB()
db.set('paula', 'db')
db.get('paula')
db.all()
db.delete('paula')

Discord Don: Contact me! Github Don: github.com/whoisdon  

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago