
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
- JSON Parse error: Unexpected EOF when ex...
Hi, I'm trying to test a piece of code and I can't figure out what I'm doing wrong. I've reduced the deployed main to just this ```javascript export default as...
- Automatically Assigning the user and tea...
Hey AppWriters! Day 2 for me 😅 I'm reading the docs https://appwrite.io/docs/products/auth/team-invites In order to understand how a document is added then ...
- The current user is not authorized to pe...
There is an error i am facing: `2025-05-17 09:32:05,387 - __main__ - ERROR - Appwrite Exception checking subscription for guild 1025382753790865508: The curren...
