How to access Appwrite database with Self-Hosting Installation on Windows Docker
- 0
- Tools
- Databases
- Web

Is it possible with Azure Data Studio.

Yes you can. Appwrite use mariadb. Search on discord, many topic about that


I can access by appwrite docker terminal


You need to open port on yor docker compose file


How to access Appwrite database with Self-Hosting Installation on Windows Docker

You can also run this in your windows Host
docker network inspect appwrite_appwrite --format "{{range .Containers}}{{println .Name .IPv4Address println }}{{end}}" | findstr /c:"maria"
This will give you the ip address for accessing you MariaDB from localhost.
You can see more details here: https://gist.github.com/byawitz/885510a4d9789e97424337e9472276d7
Recommended threads
- Function gives unauthorized error when w...
I am on free tier. I have function that has three attributes: 1. A stand alone attribute (required) 2. A many to one relationship attribute 3. A many to man...
- The UI for creating relational data is d...
It is difficult to select data from other collections when creationg relational data. The dropdown menu is sometimes unresponsive. Sometimes the delete button d...
- Golang docs outdated
Golang docs on the website are update and some if not all methods are broken/ not updated
