Semprini / pyMDG

UML Model Driven Generation of schema, code, data and documentation.
Other
21 stars 10 forks source link

Map of python field types #45

Closed Semprini closed 2 years ago

Semprini commented 2 years ago
"python": {
    "Integer": "int",
    "String": "str",
    "string": "str",
    "Float": "float",
    "Numeric": "Decimal",
    "Boolean": "bool",
    "DECIMAL": "Decimal",
    "CHAR": "str",
    "TIMESTAMP": "datetime.timestamp",
    "DATE": "date",
    "INTEGER": "int",
    "VARCHAR": "str",
},