# mongo-delphi-driver **Repository Path**: mirrors/mongo-delphi-driver ## Basic Information - **Project Name**: mongo-delphi-driver - **Description**: mongo-delphi-driver 是第三方实现的 MongoDB 的 Delphi 驱动包 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/mongo-delphi-driver - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 1 - **Created**: 2020-11-20 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is a Delphi package supporting access to MongoDB. After downloading this repo, download and build [mongo-c-driver](http://github.com/mongodb/mongo-c-driver) with scons. Use the --m32 option with SCons to generate a 32-bit dll. Copy the produced mongoc.dll to C:\10gen\mongo-delphi-driver\Win32\Debug or ...\Release as appropriate. Load the project group, MongoDelphiDriver.groupproj, into RAD Studio. To run the examples, in the Project Manager, right-click on either Test.exe or AddressBook.exe and Activate. Hit F9 to build and run. The documentation for package is in the 3 unit files: MongoDB.pas, MongoBson.pas, and GridFS.pas