I couldn't find any - but wanted to check if there is any helper functionality to read schema configuration (say some simeple JSON or any other format) and create DB/Collections/Attributes etc.?
It is not hard to write one - but it would be helpful if there is a tested/trusted one that new comers can use without having to worry about making mistakes.
TL;DR
Developers are looking for a helper functionality to create Database/Collections/Attributes from a schema in a simple format like JSON. One solution suggested is using the appwrite cli to generate a JSON file mirroring the project setup. No premade tools were found, but developers are encouraged to create their own or verify existing solutions on trusted sources.