I want to build a fairly complex set of data models in Directus. Doing it manually, whilst still awesome, is slower than defining the models in a script that I could re-use. What's the best approach to building models in Directus?
Bear in mind I can string a bit of javascript or SQL together, but I'm really a non-technical person.