File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,15 @@ It can:
88- Execute arbitrary queries and return the results in arrays
99- Retrieve the columns of a table
1010- Execute UPDATE or INSERT queries from parameters that define the tables, fields, field values and conditions
11+ - Multiple INSERT / UPDATE
1112- Count the number of rows of a table that match a given condition
1213- Get the next value of an auto-incremented table field
1314- Delete table rows that match a given condition
1415- Export / Import table to/from CSV files
16+ - Create table from CSV file
1517- Export query to SCV file
1618- Do str_replace in given table for defined columns
1719- Rename / Copy / Truncate / Drop table
1820- Get database size
1921- Log queries / errors
22+ - Errors backtrace
You can’t perform that action at this time.
0 commit comments