liferay / liferay-intellij-plugin

Other
25 stars 30 forks source link

add a liferay button to create DB quickly #204

Open jtydhr88 opened 2 years ago

jtydhr88 commented 2 years ago

this is better to have a button under Liferay Menu, and allows user to create DB quickly, since on local dev env, the DB configuration already is in liferay workspace properties, we can read it , and run SQL directly

simonjhy commented 2 years ago

@jtydhr88 Did you mean open a DB view in intellij like we provided the function open db in LDS?

jtydhr88 commented 2 years ago

hi @simonjhy , the way you mentioned is one approach and in my mind, I just think: one button click -> read mysql configuration from workspace -> check the DB existed or not -> if not, create it by backend sql