stijnsanders / TMongoWire

Delphi MongoDB driver
MIT License
102 stars 37 forks source link

Lazarus 1.8.4 compilation #47

Open sundoctor opened 6 years ago

sundoctor commented 6 years ago

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

stijnsanders commented 6 years ago

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?

sundoctor commented 6 years ago

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.

synopse commented 2 years ago

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.