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

Popular posts from this blog

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

javascript - return highlighted cells to php -

java - Creating a room by reading from a file (for a game) -