How to Find Which Database Appwrite use?
Like MySql , Mongo etc
Hi, it is maria DB => https://appwrite.io/docs/environment-variables#mariadb
Hi, that's true- what @Mickaël LT mentioned
Can we change it to NoSQL like MongoDB?
It is planned for Appwrite to support different database backend for different databases in your project. MongoDB adapter as well as PostgreSQL are finished, but there needs to be a LOT of QA done before implementing this into Appwrite. I would expect this feature later this year.
Cool! I'll be wait for the Postgres one
[SOLVED] Find Which Database Appwrite use
Recommended threads
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...