Skip to content

Commit 0af542e

Browse files
committed
commit
1 parent 7614ead commit 0af542e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,15 @@ You can clone the repository from GitHub:
2020
Or simply include the `Database.php` file in your project and create an instance of the `Database` class.
2121

2222
## 🛠️ Usage
23+
2324
### 1️⃣ Initialize the Database
2425
```php
2526
require_once 'Database.php';
2627
$db = new Database();
2728
```
2829

2930
### 2️⃣ Running Queries
31+
3032
#### 🔍 Select Data
3133
```php
3234
$users = $db->query("SELECT * FROM users WHERE email = ?", ['[email protected]']);

0 commit comments

Comments
 (0)