dasch124 / modeller

a quick and dirty generic data modelling workfow
MIT License
0 stars 0 forks source link

add a set of default dataTypes #3

Open sennierer opened 1 year ago

sennierer commented 1 year ago

currently every dataType must be explicitly declared. Given that most of the time the same dataTypes are used: int, float, str etc. it would be helpful to directly include these common dataTypes in the model. Maybe xsd datatypes could be reused.

in relation to #1

dasch124 commented 1 year ago

yes, good point, I'll see how that might be easiest to implement