im using appwrite, and i have two project : dev and prod. i need the database structure to match, and also modify it sometimes (add/remove attributes from specific collection, or auto create a collection "users" if it doesnt exixt for example) whats a best practice for that?
Btw im using svelte 5
TL;DR
Utilize the appwrite CLI and an appwrite.json file for schema management in multiple projects. Make sure to adjust the database structure as needed (add/remove attributes, create new collections). Additionally, you can reference the provided link for more information.