mirror of
https://codeberg.org/vlw/php-mysql.git
synced 2025-09-14 00:33:41 +02:00
doc(fix): remove DML examples
This commit is contained in:
parent
3432b50730
commit
81ecace7c3
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# php-mysql
|
||||
|
||||
This is a simple abstraction library for MySQL DML operations like `SELECT`, `UPDATE`, and `INSERT` using method chaining.
|
||||
This is a simple abstraction library for MySQL DML operations.
|
||||
|
||||
For example:
|
||||
```php
|
||||
|
|
Loading…
Add table
Reference in a new issue