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
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...
- Appwrite exception: user_unauthorized, t...
After refreshing the app it is working perfectly