Datamodel for Mendix using Existing Database

0
i WANTED TO KNOW WHETHER IS IT POSSIBLE TO MIGRATE DATA FROM EXISTING DATABASE AUTOMATICALLY INTO MENDIX WHICH MEANS NOT BUILDING THE APP FROM THE SCRATCH??
asked
1 answers
0

Simply importing the structure of your existing db is not possible. You could however user the SDK and create a script from your existing db to create the entities, attributes and associations. See https://docs.mendix.com/apidocs-mxsdk/mxsdk/creating-the-domain-model#2-creating-entities

The data from the tables can be imported with the database replication module from the market place: https://appstore.home.mendix.com/link/app/160/Mendix/Database-replication

answered