I see in doc https://appwrite.io/docs/databases#collection that we can config connect to Mongodb, but in https://appwrite.io/docs/environment-variables I do not see how to connect to other db beside MariaDB
As of now there is no direct way to connect to mongodb
As of now, there is no support for other DB adapters (as far as i know).
In the future though, you will ideally be able to choose your adapter. I think that's what was mentioned in the docs.
If you want you can upvote this feature request https://github.com/appwrite/appwrite/issues/909
I think that should be updated into the documentation to highlight that currently it's not supported, but in a future
And just curious, what's the advantage of using mongodb instead of MariaDB?
Or why do you want to use it instead?
Recommended threads
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...