Skip to content

Releases: bjverde/sysgen

v 0.6.0

03 Apr 21:42
Compare
Choose a tag to compare
  • cria classe de negocio
  • gera log no php_erro
  • permite selecionar quais tabelas serão geradas

v 0.5.0

22 Mar 11:33
Compare
Choose a tag to compare

Permite selecionar individualmente cada tabela

v0.4.0

20 Mar 20:22
Compare
Choose a tag to compare

Correções e classes

v0.3.0 - Works with MS SQL Server

19 Mar 18:52
Compare
Choose a tag to compare

It works with MS SQL Server, MySQL and SQLite.

  • Automatically generates CRUD, DAO and VO screens.
  • On the screen generates the fields of types: Date, numeric, text and memo.
  • Determines whether fields are required or not.
  • If the bank field has comments already takes to screen.
  • Assume that the first column of the table will always be the primary key.

Funciona com MS SQL Server, MySQL e SQLite.

  • Gera automaticamente telas CRUD, DAO e VO.
  • Na tela gera os campos dos tipos: Data, numeric, texto e memo.
  • Determina se os campos são obrigatórios ou não.
  • Se o campo do banco tiver comentários já leva para tela.
  • Assume que a primeira coluna da tabela sempre será a chave primaria.

v0.2.0

18 Mar 18:07
Compare
Choose a tag to compare

Works with MySQL and SQLite. It automatically generates fields of types: Date, numeric, text.

Assume that the first column of the table will always be the primary key.


Funciona com MySQL e SQLite. Gera automaticamente campos dos tipos: Data, numeric, texto.

Assume que a primeira coluna da tabela sempre será a chave primaria.

v0.1.0 - MVP to SQLite

18 Mar 01:59
Compare
Choose a tag to compare

This version is the MVP of the generator in FormDin. Works with SQLite


Essa versão é o MVP do Gerador em FormDin. Funciona com SQLite