Transfer data from Postgres database

1
I have an app that was created with some outdated technologies and I am recreating it with Mendix. I would really like to be able to import all of the data from the previous app (a postgres database) to my Mendix app. Do you know of any way to do that? I have done my best to make the domain model the same as the tables in the postgres database. 
asked
1 answers
2

Have a look at this module in the marketplace https://appstore.home.mendix.com/link/app/160/Mendix/Database-replication allows you to import the data into your app from another database and allows for mapping your data to your mendix entities.

answered