![]() |
Qore mongodb Module 2.3.0
|
The mongodb module provides MongoDB database connectivity for Qore programs, allowing applications to interact with MongoDB servers for document storage, retrieval, and management.
This module wraps the libmongoc C driver library to provide efficient and full-featured MongoDB connectivity including:
This module is released under the MIT license (see COPYING.MIT in the source distribution for more information). The module is tagged as such in the module's header (meaning it can be loaded unconditionally regardless of how the Qore library was initialized).
To use the module in a Qore script, use the %requires directive as follows:
Classes provided by this module:
MongoDB connections use the standard MongoDB connection string format:
Examples: