So quick context I would like to host a selfhosted Appwrite instance and I personally prefer to use managed DBs when able and really like to keep my DBs on dedicated boxes away from my apps/workers. I mainly operate stuff in GCP and a bit in Digital Ocean, neither have a managed DB for MariaDB but do have managed DBs for MySQL. I also know that MariaDB is supposed to be compatible with MySQL but I have never used MariaDB yet myself so I do not know much about it compared to MySQL or Postgres.
So with that my main question are:
- Looking through
registers.phpit looks like there is support to use a MySQL adapter but currently the configs are hardcoded to always use the MariaDB one. Since Appwrite uses Utopia is there any technical reason we can not select the MySQL adapter or is this mainly because the Appwrite team is only testing against MariaDB atm and can not guarantee the stability of using MySQL? - Are there any services that offer managed MariaDBs that anyone would suggest I look into?
Recommended threads
- TOO_MANY_REDIRECTS after temporarily ena...
I am losing my mind over this, I enabled this setting because I was having issues with sites not making links with https. I enabled it, ran into issues, so I di...
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...
- Index for combination of columns
How am i suppposed to apply index so that combination of two columns alwasy remain unique in appwrite table though console