mirror of
https://codeberg.org/vlw/php-mysql.git
synced 2025-09-14 08:43:40 +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
|
# 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:
|
For example:
|
||||||
```php
|
```php
|
||||||
|
|
Loading…
Add table
Reference in a new issue