Hello Experts,
I need SQL data of my adalo app database, so that I can migrate to some of my choices database. eg: PostGreSQL, MySQL, etc…
How can I do that? Guidance would be helpful
Thanks!
Hello Experts,
I need SQL data of my adalo app database, so that I can migrate to some of my choices database. eg: PostGreSQL, MySQL, etc…
How can I do that? Guidance would be helpful
Thanks!
You can download the database records per collection as CSV files or use an API to inject your current database into the new one.
Thanks @Flawless !
Any specific API you are referring to?