Skip to content

Commit 3595b19

Browse files
Add note for password with special characters
Add a note to percent-encode password with special characters
1 parent c1ef90e commit 3595b19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Where `POSTGRES_URI` is set in `.env` or your secrets store of choice according
3434

3535
`postgresql://[user[:password]@][netloc][:port][,...][/dbname][?param1=value1&...]`
3636

37+
**NOTE** Make sure to encode special characters in the password. More details on [percent encoding](https://en.wikipedia.org/wiki/Percent-encoding#Reserved_characters)
38+
3739
### Methods
3840

3941
The `conversationState` declared above would have three methods attached:

0 commit comments

Comments
 (0)