Beginning with STRAPI and begging with db

System Information
  • Strapi Version:
  • Operating System:
  • Database:
  • Node Version:
  • NPM Version:
  • Yarn Version:

We are experimenting with the Strapi CMS. In particular, this is what is making us go out of brains:
1 - we started a Heroku session, creating a DB (postgre) and installing Strapi. It works like a charm.
2 - then we started the same repo in a local env. Connecting on the same remote DB
3 - we expect to have data relations (maybe) missing uploaded resources
4 - with big surprise Strapi installs again and the local and the remote version seems to share the same DB but not data on it
5 - is it possible to use locally a remote db and the data on it?

Thank you!