Import Schema to other parse

There is a Parse.Schema.all() - returning all schemas in JSON.
Can you use such output and import it to some other Parse server?
Looks quite easy to create such a script (parsing JSON and calling different function from Parse.Schema), but I’m surprised that I can’t find it anywhere. Am I missing something?
I need that to compare MongoDB to Postgresql performance.

Hi @avramo,
The feature that you currently need is in review: 🎄 Defined Schemas with auto migration by Moumouls · Pull Request #7091 · parse-community/parse-server · GitHub

And about performance, if you have the choice, I will suggest you to go for mongo, better performance and parse currently has a better compatibility with Mongo.