We currently have a web application that uses a MySQL database and allows multiple vendors to store their data in separate databases. We now want to develop a Flutter app and are wondering how we can integrate these separate databases into the new project.
Hi - please see this: https://appwrite.io/docs/client/databases?sdk=flutter-default and https://appwrite.io/docs/server/databases?sdk=kotlin-kotlin
Let me know the difficulty you face after reading this ❤️
Ok let me look into these
Let me clarify my challenge. I have an Appwrite instance that has other projects running with their own databases. I would like to start a new project but intergrate the external Mysql instance as the database.
That's not currently possible - all projects go into same SQL database. Please feel free to open an issue here as a feature request so that others who request this feature can upvote it too - https://github.com/appwrite/appwrite/issues
Hi, yes this is an important feature, connection to external dbs
LMK when you create an issue
there is an existing issue https://github.com/appwrite/appwrite/issues/2026
[SOLVED] Multiple external database support per project.
Recommended threads
- AppwriteException: Invalid query: Query ...
```js console.log(typeof interaction.user.id) console.log(interaction.user.id) const user_check = await TablesDB.listRows({ databaseId: "db", ...
- I recently switched to TablesDb. When li...
olddb.list_documents( queries =[ Query.order_desc("timestamp"), Query.equal("isPosted",[False]) ] ) Above works fine and reruns documents But below don't return...
- Database error validating 'min' and 'max...
I keep seeing an error when I try to add a column to a database table within the AppWrite cloud UI. I also see this error when trying to create or update a reco...