TMongoWire
TMongoWire copied to clipboard
Delphi MongoDB driver
Support of regular/legacy opcodes have been removed since 5.1/6.0. So we can't connect to any new version of MongoDB with this driver. https://www.mongodb.com/docs/v6.0/reference/mongodb-wire-protocol/#opcodes OP_MSG needs to be used for all...
Hello. Help, please, I can't to find the solution. There is the object { "_id" : "id1", "data" : [ { "jobs" : [ { "title" : "t1", "type" :...
Hello, I programmed an API using RAD Studio 10.4 including TMongoWire to connect to a MongoDB Server. Now I have the problem that this has to work on a Linux...
Sorry, my issue is not actual cause this is a Delphi project. Please delete it
The result of the RunCommand fc which is used to implement Insert, Update and Delete contains useful information (like the number of modified documents, etc), but is currently discarded. That...
Hello, I am Brazilian and we are developing a suite of components for MongoDB here in Brazil, based on the TMongoWire class, we are implementing the connection with mLab, but...
Hello, Is there any plan to make it compatible with Delphi XE 8? I tried to use that, but the bsonDoc unit doesn't compile on this compiler. Thank you!
Hello Stijn Sanders, how are you? I created unit test function "BsonToJson" unit "bsonUtils.pas"" In development team I work we use how to example. If you find interssante can include...
apparently there's an explain() method http://groups.google.com/group/mongodb-dev/msg/72da316851839e89?pli=1 find out what is sent over the wire and offer support?