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
Please sign in to leave a comment.
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.
But there I get for every table a file.
And your goal is? Like, incrementally add run statements to the SQL file?