You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users may want to store URIs in their database and utilize functionality that is specific to URIs such as validation and grouping. We should allow them to do so and implement this type appropriately in the backend.
Proposed solution
PostgreSQL does not have a built-in type to handle URIs, so we will create a custom type that users can install if they want to use it.
The already implemented email custom type should serve as a good reference for implementing a custom URI type. We might also use/recommend https://github.com/petere/pguri instead of implementing our own.
Problem
Users may want to store URIs in their database and utilize functionality that is specific to URIs such as validation and grouping. We should allow them to do so and implement this type appropriately in the backend.
Proposed solution
PostgreSQL does not have a built-in type to handle URIs, so we will create a custom type that users can install if they want to use it.
Tasks that need to completed:
Moved to later milestone:
Additional context
The text was updated successfully, but these errors were encountered: