just asking about fluent API
Yes, Fluent API is a MongoBooster specific feature, not mongo shell method.
We also have Cursor.getShellScript() method return the MongoDB find shell script produced by the MongoBooster Fluent Query Builder. refer to : https://www.mongobooster.com/blog/mongobooster-33-is-out
For example:
Run the following Fluent query script in MongoBooster:
.getShellScript()We got the MongoDB shell find script :
Replies have been locked on this page!
Yes, Fluent API is a MongoBooster specific feature, not mongo shell method.
We also have Cursor.getShellScript() method return the MongoDB find shell script produced by the MongoBooster Fluent Query Builder. refer to : https://www.mongobooster.com/blog/mongobooster-33-is-out
For example:
Run the following Fluent query script in MongoBooster:
.getShellScript()We got the MongoDB shell find script :
Yes, Fluent API is a MongoBooster specific feature, not mongo shell method.
We also have Cursor.getShellScript() method return the MongoDB find shell script produced by the MongoBooster Fluent Query Builder. refer to : https://www.mongobooster.com/blog/mongobooster-33-is-out
For example:
Run the following Fluent query script in MongoBooster:
.getShellScript()We got the MongoDB shell find script :
Replies have been locked on this page!