Standalone DB not linked to blockchain

Hi, so I am building a Dapp in which I need to store some data from on chain but also some data from off chain. Moralis has the on chain data storage solution, I wanted to know if it’s possible to to create a table which gets populated manually by frontend instead of solidity events. Basically I am looking for a mongo db type database to store some offchain data.
Thanks!

Yes you can use Moralis DB to store anything you want.
See this tutorial about Objects: https://docs.moralis.io/moralis-sdk/objects

Thanks a lot for the quick reply! Just wanted to appreciate your work. Moralis has sped my dapp development by 10 times

1 Like

amazing, good luck with your dapp!