How to use Url type in sqlx?

How to use Url type from url crate in sqlx? Do I need to store it as varchar in the database and implement FromRow manually for the struct containing the URL? Thanks.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.