I have a project with data stored in MySQL databases. How can i import of data from my local MySQL database file to appwrite is this even possible , just wanted to know before i start a project.
create a script that pulls data from mysql and then uses an Appwrite server SDK w/ API key to insert the data
So it's a manual import alright <:appwriteheart:782571497393750036> i wanted to confirm this i thought there might be some easier integration feature but okay this works too ❤️
[SOLVED] Local MySQL database file import
Recommended threads
- SELF HOSTING ISSUE, DATA NOT MIGRATING T...
Hey, devs, I recently tried to migrate my cloud instance to a self hosted version but my data is not transferred fully only the table structure is transferred ...
- No Document ID?
Hi I have a self hosted appwrite. My documents get a document ID but are not visible in the console. I don't know why this happens and how to fix this
- AppwriteException: Invalid query: Query ...
```js console.log(typeof interaction.user.id) console.log(interaction.user.id) const user_check = await TablesDB.listRows({ databaseId: "db", ...