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
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Edit ID of an existing collection
Hi there. Is it possible to edit an ID of an existing collection? Right now it looks impossible from AppWrite cloud at least.
- Seed db
hello there... is this correct way to seed appwrite