Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ez.database

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ez.database - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

package.json
{
"name": "ez.database",
"version": "1.0.5",
"version": "1.0.6",
"description": "Easy to use and lightweight MongoDB Wrapper Database for beginners.",

@@ -5,0 +5,0 @@ "main": "src/Database/Database.js",

@@ -6,6 +6,6 @@ # Ez.Database

---
**Ez.Database** was created to make the process of using MongoDB very easily, and quickly, so that even a complete beginner could understand how a Database works, and get started using one.
**Ez.Database** was created to make the process of using MongoDB very easy and quick, so that even a complete beginner could understand how a Database works, and get started using one.
## Why choose Ez.Database?
**Beginner Friendly -** It's very easy for a beginner to use our db, and it only takes a few seconds to get setup, and connect to MongoDB.
**Beginner Friendly -** It's very easy for a beginner to use the db, and it only takes a few seconds to get setup, and connect to MongoDB.
<br />

@@ -40,3 +40,3 @@

```
**After that, please run the installation command for our Database.**
**After that, please run the installation command for this Database.**

@@ -46,3 +46,3 @@ ---

#### Creating An Account
To setup a **Database**, please visit **[MongoDB's Website](https://www.mongodb.com/)**. Next, click login, and from there, click sign up. You can either create and account, or sign up with **Google**.
To setup a **Database**, please visit **[MongoDB's Website](https://www.mongodb.com/)**. Next, click login, and from there, click sign up. You can either create an account, or sign up with **Google**.

@@ -74,3 +74,3 @@ ---

## Creating a Database and Collection
Now, you need to create a **Database**. Click the **Create Database** button, and specify your Database and Collection name. Next, click **Create Collection**, and specify your collection name.
Now, you need to create a **Database**. In Compass, click the **Create Database** button, and specify your Database and Collection name. Next, click **Create Collection**, and specify your collection name.

@@ -106,3 +106,3 @@ **You are now all set up with MongoDB! Let's see how to use Ez.Database!**

```
How does this work? First, we're **requiring** the **MongoConnectionString** object, from our JSON file. The technique used is called **Object Destructuring**.
How does this work? First, the **MongoConnectionString** object is required, from our JSON file. The technique used is called **Object Destructuring**.

@@ -109,0 +109,0 @@ Then, we require the actual **Ez.Database** module. After that, we make a variable called **db**, which is an **instance** of the **Ez.Database** class.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc