MongoDB is a document-oriented database management system. A driver is a client library that provides an API for connecting to MongoDB servers, performing queries and updates on those servers, and performing administrative tasks like creating indexes and viewing statistics.
This driver will allow Erlang apps to save, retrieve, write and use data stored in MongoDB databases.
It depends on another Erlang library application named bson.
Here are some key features of "MongoDB Erlang Driver":
· Connecting to a single server
· Connecting to a replica set
· Pooling
· Thread-safe
· BSON
· Querying
· DB administration
· Documentation