MongoDB Integration with CF2021

______________________________________________________________________________This is a blog about the new feature in ColdFusion. You can now integrate it with MongoDB, a NoSQL database.Introduction NoSQL databases (aka “not only SQL”) are non tabular, and store data differently than relational tables. NoSQL databases come in a variety of types based on their data model. The main types are document, key-value, wide-column, and graph. They provide flexible schemas and scale easily with large amounts of data and high user loads. MongoDB is a cross-platform document-based NoSQL […]