1.0.8 • Published 1 year ago

fastestdb v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year 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

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

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