We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f75909c commit 25c85a0Copy full SHA for 25c85a0
README.md
@@ -116,7 +116,8 @@ remember to use TEXT column for your JSON field.
116
\*\*\*\*\* Encoding/decoding between `Geo.*` structs and the OpenGIS WKB binary format is
117
done using the [Geo](https://github.com/bryanjos/geo) package. If you're using MyXQL geometry
118
types with Ecto and need to for example accept a WKT format as user input, consider implementing an
119
-[custom Ecto type](https://hexdocs.pm/ecto/Ecto.Type.html).
+[custom Ecto type](https://hexdocs.pm/ecto/Ecto.Type.html). Note, some structs like `%Geo.PointZ{}`
120
+does not have equivalent on the MySQL server side and thus shouldn't be used.
121
122
## JSON support
123
0 commit comments