biner88 / mysql_utils

Flutter mysql_client plugin helper, Use mysql_client easily.
BSD 3-Clause "New" or "Revised" License
13 stars 2 forks source link

Feature request - taking backup programmatically. #9

Closed mayur-16 closed 2 years ago

mayur-16 commented 2 years ago

Can you please make a provision for taking mysql database backup programmatically? or is there any way where i can achieve these result?

biner88 commented 2 years ago

query can execute any SQL, including show table names, comments, etc.

mayur-16 commented 2 years ago

can you please give me an sample query which can be run using this package which takes backup of database?