Is there suport for YAML, XML ... files, to generate models/database/migration scripts? Developer tools doesn't support it..
Something like
VariantItem:
tableName: variant_items
columns:
variantitemid:
type: integer(4)
primary: true
autoincrement: true
title:
type: string(35)
notnull: true
description:
type: string(100)
notnull: false