NoSQL databases have been extremely popular in recent years. In this chapter, you will learn how to access Cosmos DB, the primary NoSQL database in Azure Functions.
Introduction to NoSQL Databases and Azure Cosmos DB
The term NoSQL refers to database systems that store data in a wider variety of data models than relational databases such as documents, key-value pairs, or graphs. This is a different concept than the conventional relational database management system (RDBMS) ...