Title: New Book: Beginning Database Design Solutions, 2nd Edition
The second edition of my book Beginning Database Design Solutions is now available! I've revised and added new material throughout the book inlcuding new chapters on NoSQL databases and cloud databases.
The book also includes several new chapters that build example databases with different database products in both Python and C#. Those chapters are:
- CHAPTER 16: MariaDB IN PYTHON
- CHAPTER 17: MariaDB IN C#
- CHAPTER 18: PostgreSQL IN PYTHON
- CHAPTER 19: PostgreSQL IN C#
- CHAPTER 20: NEO4J AuraDB IN PYTHON
- CHAPTER 21: NEO4J AuraDB IN C#
- CHAPTER 22: MongoDB ATLAS IN PYTHON
- CHAPTER 22: MongoDB ATLAS IN C#
- CHAPTER 24: APACHE IGNITE IN PYTHON
- CHAPTER 24: APACHE IGNITE IN C#
The following table summarizes the chapters, database types, and whether the examples run locally or in the cloud.
Chapters | Database | Database Type | Location |
16-17 | MariaDB | Column-oriented | Local |
18-19 | PostgreSQL | Relational | Local |
20-21 | Neo4j AuraDB | Graph | Cloud |
22-23 | MongoDB Atlas | Document | Cloud |
24-25 | Apache Ignite | Key-Value | Local |
|