Skip to content

Commit a73c2d5

Browse files
author
Fredrick Peter
committed
push
1 parent 536acb2 commit a73c2d5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -623,8 +623,8 @@ $users->showing([
623623
## Clause
624624
- Multiple clause
625625

626-
### Raw
627-
<details><summary>Allows you to use direct raw `SQL query syntax`</summary>
626+
<details><summary>[Raw](###Raw)</summary>
627+
- Allows you to use direct raw `SQL query syntax`
628628

629629
```
630630
$db->table("tb_wallet")
@@ -640,8 +640,8 @@ SELECT * FROM `tb_wallet` WHERE email=:email AND date >= 1681178855 AND NOW() >
640640
```
641641
</details>
642642

643-
### Select
644-
<details><summary>Select</summary>
643+
644+
<details><summary>[Select](###Select)</summary>
645645
- Used to select needed columns from database
646646

647647
```
@@ -658,6 +658,7 @@ SELECT first_name, email
658658
```
659659
</details>
660660

661+
661662
### orderBy
662663
- Takes two param `$column` and `$direction`
663664
- By default `$direction` param is set to `ASC`

0 commit comments

Comments
 (0)