ez.database
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7982