MongoDB
Learn how to interface Rust with MongoDB, one of the leading NoSQL databases.
We'll cover the following...
What is MongoDB?
We have already seen how to interface with an
MongoDB is another popular choice, particularly when the data to be stored is closer to a JSON structure than to an SQL table. In an SQL database, the information is organized in tables with columns.
The user structures the data in tables, ...