Import and Export a class

I am nearing production release date and am trying to setup a new Moralis instance on mainnet. Up until now I have been doing my development on a testnet instance. With the change coming up I am trying to find a solution to clone my custom classes over to the new DB.

An amazing feature would be to include an export class option that can be imported into any other Moralis instance.

As a project nears completion, often times a new database needs to be setup to support the chains the production DAPP will use. This would also be a great way for developers to backup their data for custom classes.

1 Like

Now, you can still do a query to get all the information from a class and save it somewhere.