Databases for Fronttend Development: Concepts and Concepts (Part 2)

Зображення до статті Databases for Fronttend Development: Concepts and Concepts (Part 2)
Зображення до статті Databases for Fronttend Development: Concepts and Concepts (Part 2)
6.

In this article, we consider the anatomy of databases, including database management systems (DBMS), distinguishing between relational and non -spawning. It is important to understand that the terms used in relational and non -religious databases can be almost interchangeable, but have their own unique features.

7.

💡 The concept of "scheme" describes the structure of the database, and "tables" and "collections" represent the logical structure of data. Keys and columns play an important role in the database scheme, helping you interact with your data.

8.

🚀 After choosing a data structure and DBMS, you may face problems when data transmission from database to the client side. ORM (Object Relational Mapping) and ODM (Object Document Mapping) come to the rescue.

9.
  • 📌 Understanding of database anatomy and its components
  • 📌 The importance of choosing the right DBMS according to your needs
  • 📌 Understanding the CAP Theorem and Pacelc Theorem
  • 📌 The role of ORM and ODM in development
10.
🧩 Summary: Choosing the right database can significantly affect your web application. Understanding important concepts such as CAP and Pacelc theorem is important to determine how your database will respond to different scenarios.
11.
🧠 Own considerations: understanding how databases work is important for any front-development front, as it helps to better understand how data is processed and transmitted. This article provides an important basis for this understanding.