Plugin to Store/Export mySQL DB?

Hi NG,

is there a plugin for PhpStorm like the file watcher, to get all the time a fresh mySQL export? Because im really lazy!

I work on different places and it will be good to get the *sql without work and just import in the other place from GitHub.

 

THX

Mike

0

There's no way to do that automatically (but you surely can use a macro for that), but it's possible to export the data source in different formats - just right-click the data source and choose Dump data to file.

0

But there I get for every table a file.

0

And your goal is? Like, incrementally add run statements to the SQL file?

0

请先登录再写评论。