Skip to content

Commit a7f54d4

Browse files
author
Radovan Janjic
committed
Update README.md
1 parent 3dd67d0 commit a7f54d4

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@ PHP_MySQL_wrapper
33

44
This class implements a generic MySQL database access wrapper.
55
It can:
6-
- [Connect to a given MySQL server](#connect-to-a-given-mysql-server)
7-
- [Set the connection character set encoding](#set-the-connection-character-set-encoding)
8-
- Execute arbitrary queries and return the results in arrays
9-
- Retrieve the columns of a table
10-
- Execute UPDATE or INSERT queries from parameters that define the tables, fields, field values and conditions
11-
- Multiple INSERT / UPDATE
12-
- Count the number of rows of a table that match a given condition
13-
- Get the next value of an auto-incremented table field
14-
- Delete table rows that match a given condition
15-
- Export / Import table to/from CSV files
16-
- Create table from CSV file
17-
- Export query to SCV file
18-
- Do str_replace in given table for defined columns
19-
- Table operations
20-
-- Rename
21-
-- Copy
22-
-- Truncate
23-
-- Drop table
24-
- Get database size
25-
- Log queries / errors
26-
- Errors backtrace
6+
* [Connect to a given MySQL server](#connect-to-a-given-mysql-server)
7+
* [Set the connection character set encoding](#set-the-connection-character-set-encoding)
8+
* Execute arbitrary queries and return the results in arrays
9+
* Retrieve the columns of a table
10+
* Execute UPDATE or INSERT queries from parameters that define the tables, fields, field values and conditions
11+
* Multiple INSERT / UPDATE
12+
* Count the number of rows of a table that match a given condition
13+
* Get the next value of an auto-incremented table field
14+
* Delete table rows that match a given condition
15+
* Export / Import table to/from CSV files
16+
* Create table from CSV file
17+
* Export query to SCV file
18+
* Do str_replace in given table for defined columns
19+
* Table operations
20+
* Rename
21+
* Copy
22+
* Truncate
23+
* Drop table
24+
* Get database size
25+
* Log queries / errors
26+
* Errors backtrace
2727

2828
### Connectivity settings
2929
```php

0 commit comments

Comments
 (0)