Skip to content

Commit 9fcb289

Browse files
update README.md
1 parent c23f70b commit 9fcb289

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,20 @@ Supabase client for PHP:
1313
- When you creating your supabase table, make sure RLS (Row Level Security) option be [×] disable.
1414
- If RLS are enable [] maybe you getting some errors.
1515

16+
<details>
17+
<summary> ### ⚠️ Warning </summary>
18+
<p>if you push the code to production while Row-Level Security (RLS) is disabled, it can pose a security threat to your application. To secure your app, please enable Row-Level Security. Otherwise, write an Object-Oriented PDO connection with PostgreSQL.</p>
19+
20+
### example code.
21+
```env
22+
HOST=aws-o-ap-south-pool.supabase.com
23+
PORT=6543
24+
USERNAME=postgres.grufgrcytvrh
25+
PASSWORD=[Your Password]
26+
DATABASE=postgres
27+
```
28+
</details>
29+
1630

1731
### `Install`
1832
* Install Supabase client for our project.

0 commit comments

Comments
 (0)