I would like to store and query GIS data, I saw that MariaDB can support that, but I'm not sure how to work with it via Appwrite
Appwrite uses the Utopia-PHP database module is "hiding" the fact that MariaDB is the database for being able to use universal DB adapter. as of such you won't be able to use all MariaDB features GIS is one of them.
Check Steven's article about using Appwrite with location
Recommended threads
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...
- One to many 2 way, console UI not correc...
Hey, seems I'm facing the exactly same issue with this one: https://github.com/appwrite/appwrite/issues/6016 Since this Github issue stay open for so long, let ...