Skip to content

Using special characters in DATABASE_URL #1340

Answered by tyt2y3
tyt2y3 asked this question in Q&A
Discussion options

You must be logged in to vote

try replacing ##@@ with %23%23%40%40. DATABASE_URL need to use percentage encoding (at least on sqlx but I am pretty sure it is the same for sea-orm as it uses sqlx), you can encode it online here https://www.url-encode-decode.com/

@dragonnn

#1306 (comment)

Replies: 1 comment

Comment options

tyt2y3
Dec 28, 2022
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by tyt2y3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant