1.0.8 • Published 3 years ago

fastestdb v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

fastestdb

discord server npm version npm downloads

haseKw

About

FastestDB is a module that provides data protection, data privacy, fast data transfer and easy interaction with data..

Installation

npm install fastestdb
npm i fastestdb

Example usage

Let's create a user and save their personal data:

import db from 'fastestdb';

db.set("name_", "Michael")
db.set("email_","michael@mail.com")
db.set("password_","michael1992")
db.set("userregisterdate_","05.04.2023")
db.set("age_", 31)

Links

Help

If you encounter bugs and other issues or need help, please join our Discord Server.

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago