We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3707c1e commit 170aa14Copy full SHA for 170aa14
README.md
@@ -13,15 +13,14 @@ Supabase client for PHP:
13
- When you creating your supabase table, make sure RLS (Row Level Security) option be [×] disable.
14
- If RLS are enable [✓] maybe you getting some errors.
15
16
+
17
<details>
-<summary><h3>
18
-⚠️ Warning
19
-</h3>
+<summary><h3> ⚠️ Warning </h3>
20
</summary>
21
<p><b><i>
22
if you push the code to production while Row-Level Security (RLS) is disabled,
23
it can pose a security threat to your application. To secure your app, please enable Row-Level Security.
24
-Otherwise, write an Object-Oriented PDO connection with PostgreSQL. **
+Otherwise, write an Object-Oriented PDO connection with PostgreSQL.
25
</i>
26
</b>
27
</p>
0 commit comments