
How do I find the database connection string - DIRECT_URL and DATABASE_URL(used for connection pooling)? I have already implemented all db logic using the Prisma ORM and would require the connection string to connect to the database. Also does appwrite support PostgreSQL or are there any plans to release it in future as it currently uses MariaDB?

You should not connect directly to the Appwrite DB - use the Appwrite APIs for access.

Besides for the data structure not being very user-friendly, Appwrite implements caching, which could result in inconsistent data if the underlying DB is modified outside of Appwrite.
Recommended threads
- Flutter Google Auth (Access blocked: Thi...
It is working fine on web platform, but on Flutter I'm getting this error. Any option to fix, or this issue with AppWrite and need to use different option? Ac...
- Appwrite Cloud Console Organization Issu...
The cloud console is showing me to add organization even if I have a active org and showing me user don't have access issues. Its showing every now and then.
- Error Generation of certification for cu...
Hi, I tried to connect a custom domain, this worked but creating the certification afterwards fails with the following error: ```txt Failed to create TLS subsc...
