Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

SKindij/Database-Handbook-MongoDB-PostgreSQL

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

125 Commits
125 Commits
 
 
 
 
 
 

Repository files navigation

🦉 database-reference-book

DATABASE Read in the TOPIC
NoSQL (Not only SQL) MongoDB
SQL (Structured Query Language) PostgreSQL

types of databases:

  • Relational databases are organized using tables with predefined relationships between them. Data is stored in rows and columns, and the relationships between tables are defined using keys:
    • Postgres SQL, MySQL, Oracle, and Microsoft SQL Server.
  • NoSQL databases use a flexible schema and are designed to handle large amounts of unstructured data. They do not use tables, and instead store data in document, key-value, or graph formats:
    • MongoDB, Cassandra, and Redis.
  • Object-oriented databases are designed to store complex data types like objects and classes, and are often used in software development. They allow developers to store and manipulate data in an object-oriented way, and provide features like inheritance and encapsulation:
    • db4o and ObjectStore.
  • Hierarchical databases organize data in a tree-like structure, with each record having one parent and possibly many children. They are often used in mainframe environments:
    • *IBM's Information Management System (IMS) and *the Windows Registry.

About

database topics:🦉all about MongoDB and PostgreSQL

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.