You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: beta/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,14 @@ var _**query_limit**_ (Int) => Number of queries at a time to execute in SQL [RE
19
19
20
20
var _**archive**_ (Bool) => It results as an archive. (.zip|.tar)
21
21
22
-
var _**phpadmin**_ (Bool) => If set to true as a result a file that can be imported with phpadmin (sql|csv)
22
+
var _**phpadmin**_ (Bool) => If set to true, it creates files that can be imported directly with phpmyadmin. (sql|csv)
23
23
24
24
var _**save**_ (Bool) => If set to false, the result will not be saved but will be loaded on the variable of class sql, csv, json (Based on request) [READ SAVE SECTION](#save)
25
25
26
26
var _**sql_unique**_ (Bool) => If set to true the SQL dump is a single file with all the tables. (Valid only for the SQL format)
27
27
28
+
var _**down**_ (Bool) => If set to true, the output is automatic downloaded. (zip)
0 commit comments