Is it possible to get database schema files in json that can be imported and / or exported with the appwrite console? Id like to be able to commit such work into source control and then be able to deploy it all once instead of manually adding databases, collections, attributes, and indexes.
Not via the console, but you can use the CLI: https://appwrite.io/docs/command-line
unfortunately I couldn't remember the original login credentials so I decided to drop the whole instance and start over (didn't have that much server side so far). but on the bright side I have more of an understanding how the cli and deploying will work 🙂 I will go ahead and add [solved] to this question.
[SOLVED] Is there a way to import / export the database schema?
Recommended threads
- Bug Report: Crash when trying to createR...
https://github.com/appwrite/sdk-for-android/issues/96 I think the bug is related with this one https://discord.com/channels/564160730845151244/1443887021314539...
- Cloud 500 error
- float
Hello everyone, So, I created a column of type **float** with the **min** and **required** options, I noticed that it wouldn't let me set a **2 decimal points ...