CodewithJOriginal post
Flutter Developer
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.
Summary
There is a solution to import data from a local MySQL database file to Appwrite. One way is to create a script that pulls data from MySQL and then uses an Appwrite server SDK with an API key to insert the data.
i wanted to confirm this i thought there might be some easier integration feature but okay this works too ❤️