Are the mongoDB commands same on Raspberry Pi and without Raspberry Pi?

as we know that there are different ways to create/drop/ or work with MongoDB normally but are these all types of MongoDB commands (that is creation of databases and all) the same on Raspberry Pi?

Please let me know. Thanks!

MongoDB is the same everywhere. It’s the same API if you are using MongoDB as a single node Replica Set on your machine (developing locally) or deployed in the Cloud in MongoDB Atlas. Always the same, everywhere. No exceptions.