Is there any way to use mysql’s Spatial Data Types...
# prisma-client
p
Is there any way to use mysql’s Spatial Data Types(eg: Point) in prisma now? I know there is Unsupported field types in prisma, but create and update is not available in the client. So how can I create or update Point type in prisma? And how can I select the point type?
r
@Peter Kim 👋 You can create and update the point type using raw queries. You cannot select the point type at the moment.
p
@Ryan thanks for answering.
You cannot select the point type at the moment.
Do you have any plans to make the point type selectable on the roadmap?
r
It’s present on the roadmap but will take some time as they are under candidates.
👍 1
p
@Ryan okay thanks
👍 1