Tutorial How Install SQLite on Ubuntu 24.04 LTS. In this article, we learn how to install, create database, table, insert and query data on SQLite database.
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…
In this short tutorial we will learn how to install MySQL Community Server 8.0.31 on Ubuntu 22.04 LTS operating system. MySQL is an open-source relational database management system (RDBMS), it…
In this tutorial we will discuss how to uninstall/remove MongoDB Community Edition from Rocky Linux 8 operating system. To completely uninstall/remove MongoDB from a system, we have to remove the…
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…
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,…
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…
In this short article we will discuss how to install MongoDB Shell on Rocky Linux 8 operating system. When we want to interact with MongoDB, we are not interacting with…
In this short article we will learn how to install MongoDB Compass on Ubuntu 22.04 Linux operating system. MongoDB Compass is a powerful GUI for querying, aggregating, and analyzing your…
In this short tutorial, we will learn how to install pgAdmin 4 on Ubuntu 22.04 LTS operating system. pgAdmin is used to manage PostgreSQL database which can help developers or…