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
- createCollection Deprecated
- All My Project is Gone
Hello everyone, please help. Why have all my projects suddenly disappeared? I received a warning via email about one of my projects being paused. When I clicked...
- > AppwriteException: The requested servi...
When trying to read or write from my database I get the following error: > AppwriteException: The requested service is disabled. You can enable the service from...