Databases
MySQL, PostgreSQL, MongoDB, SQL Server — specific database products.
Relational Databases
Coming soonTable-based databases using rows, columns, and SQL — PostgreSQL, MySQL, SQL Server, and Oracle all fall into this model.
NoSQL Databases
Coming soonNon-relational databases built for flexible schemas and horizontal scale — document, key-value, wide-column, and graph stores all fall under this umbrella.
Object-Oriented Databases
Coming soonDatabases that store data as objects, mirroring the classes and inheritance of an object-oriented programming language directly.
Hierarchical Databases
Coming soonTree-structured databases where every record has exactly one parent — the model behind early systems like IBM's IMS.
Network Databases
Coming soonAn evolution of the hierarchical model that lets a record have multiple parents, forming a graph instead of a strict tree.
Cloud-Based Databases
Coming soonDatabases delivered as a managed service — provisioning, scaling, backups, and patching handled by the cloud provider instead of your own ops team.