godot-engine.MongoDB-bridge
godot-engine.MongoDB-bridge copied to clipboard
MongoDB Bridge Ported for Godot 4.x
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.