TMongoWire icon indicating copy to clipboard operation
TMongoWire copied to clipboard

Lazarus 1.8.4 compilation

Open sundoctor opened this issue 6 years ago • 3 comments

Sorry, my issue is not actual cause this is a Delphi project. Please delete it

sundoctor avatar Aug 09 '18 11:08 sundoctor

Still, how is the story with Lazarus/FPC and mongodb? Would it be worth it if I put some time in trying to port TMongoWire to Lazarus/FPC?

stijnsanders avatar Aug 09 '18 19:08 stijnsanders

It's a good idea to port TMongoWire to Lazarus/FPC. Lazarus/FPC is developing very much now and it has its own place not like Delphi, cause it has great linkage with opensource projects world and many performance instruments for every OS.

sundoctor avatar Aug 21 '18 09:08 sundoctor

For a FPC compatible (and optimized) MongoDB client see https://github.com/synopse/mORMot2/blob/master/src/db/mormot.db.nosql.mongodb.pas

And it works just fine with Linux.

synopse avatar Aug 08 '22 19:08 synopse