Skip to main content

Canaa Base model creator

Project description

Canaã Model Creator

CSV LAYOUT

The file must be an CSV (separated by ; fields), UTF-8 without BOM encoding

The first line defines the model names:

  • Promax namespace
  • Promax model name
  • Microservice namespace
  • Microservice model name

The next lines defines the fields:

  • Promax field name
  • Promax field type (int, bool, string, date, datetime, time, float or classes)
  • Microservice field name
  • Microservice field type
  • Extra informations: 'pk' for Primary Key, 'required' for required field
promax_namespace.promax_model;microservice_namespace.microservice_model
codigo_modelo;int;model_id;int;pk
nome_pessoa;string;person_name;string;required
data_nascimento;date;birth_date;date;
ativo;bool;active;bool;
cadastro;datetime;register;datetime
taxa;float;rate;float
descricao;DescricaoModel;description;DescriptionModel

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

canaa-model-furlan-0.0.1.tar.gz (10.3 kB view hashes)

Uploaded Source

Built Distribution

canaa_model_furlan-0.0.1-py3-none-any.whl (14.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page