Qore mongodb Module 2.3.0
Loading...
Searching...
No Matches
MongoDB Functions

Functions

string Qore::mongodb_get_driver_version ()
 Returns the version of the MongoDB C driver (libmongoc)
 

Detailed Description

MongoDB utility functions

Function Documentation

◆ mongodb_get_driver_version()

string Qore::mongodb_get_driver_version ( )

Returns the version of the MongoDB C driver (libmongoc)

Returns
the libmongoc version string
Restrictions:
Qore::PO_DEFAULT
Code Flags:
CONSTANT
Example:
string version = mongodb_get_driver_version();
printf("MongoDB C driver version: %s\n", version);