SQLite Tutorial: An Overview

SQLite Tutorial: An Overview

SQLite is a powerful, self-contained, serverless, and zero-configuration database engine. Unlike many other database management systems, SQLite is not a client-server database engine. Instead, it is embedded into the end…
How to drop MongoDB Database

How To Drop Database In MongoDB

In this article we will discuss how to drop database in MongDB. Sometimes we have to delete the database that we have built inside. There are many reasons for deleting…
How To Install Redis 6.0 On Ubuntu 22.04

How To Install Redis 6.0 On Ubuntu 22.04

In this short tutorial we will learn how to install Redis on Ubuntu 22.04 LTS Linux operating system. Redis (Remote Dictionary Server) is an open source in-memory data structure store,…
How to create database in MongoDB

How To Create Database In MongoDB

In this tutorial we will learn how to create database in MongoDB. Create Database in MongoDB can be done with several available tools, namely: Using MongoDB Compass Using the MongoDB…