High-level MongoDB Wrapper
Mongo is a lightweight wrapper over the C-based libmongoc library, offering high-level, efficient, and thread-safe access to MongoDB without heavy abstractions.
Mongo currently supports only Linux on aarch64 and x86_64 architectures.
Mongo uses libbson2.a and libmongoc2.a (Static Libraries) along with the necessary header files.
No additional step is required to use this project as a package dependency.
For most up-to-date documentation see - Mongo Documentation.