mongodb - Difference between a driver and a library? -
looking @ mongodb project, seems have many drivers. has c driver, java driver, ruby driver, etc...
how these different client libraries? seems each of provide interface use product (in case mongodb) 1 of languages.
is there technical difference between 2 terms?
thanks!
an application communicates mongodb way of client library, called driver, handles interaction database in language appropriate application.
source: https://docs.mongodb.org/manual/applications/drivers/
Comments
Post a Comment