MPS with Mysql.

Hi 

 

is there any way to connect a sample MPS application with database.?

0
1 comment

Sure, 

MPS allows to create tools/plugins within MPS. You cann use jdbc to access a mysql for example. 

There is also a feature called "custom persistance". Models get persisted as xml files, but you can write your own persistance mechanism to access mysql via jdbc.  

I guess there are various ways to connect to a database, depending on your specific use-case.

0

Please sign in to leave a comment.