godot-engine.MongoDB-bridge icon indicating copy to clipboard operation
godot-engine.MongoDB-bridge copied to clipboard

MongoDB Bridge Ported for Godot 4.x

Open Samy-Omar opened this issue 5 months ago • 0 comments
trafficstars

This PR introduces a port from the original MongoDB C# Bridge from Godot 3.x to Godot 4.x, along with some significant improvements and features. This migration ensures compatibility with the latest C# API in Godot 4, and extends functionality with querying features inspired by MongoDB's native query syntax /w new method FindDocumentsAdvanced

✅ New Method: FindDocumentsAdvanced

Complex filter composition ($and, $or, $nor)

Query operators ($gt, $lt, $in, $regex, $text, etc.)

Optional query modifiers: limit, skip, and sort.

------

No major changes beyond porting the original 3.x code to Godot 4.x for compatibility.

Samy-Omar avatar Jun 07 '25 05:06 Samy-Omar