Skip to content

Cria modelo de classes a partir de um banco MySQL no formato NHibernate, para facilitar migrar aplicativos com bancos já elaborados.

Notifications You must be signed in to change notification settings

llisboa/NHReverseMySQL

Repository files navigation

/*

Create console app

dotnet console -o NHReverseMySQL --framework net6.0

Hibernate with mysql

dotnet add package Nhibernate
dotnet add package FluentNHibernate
dotnet add package Newtonsoft.Json
dotnet add package MySql.Data --version 8.0.27

Use

Execute NHReverseMySQL

Input with host where MySQL is work

Input with database name(MySQL)

Input with username to connect

Input with password(empty allowed)

Input with directory where class files will be saved

Files will be overwritten if they exist.

About

Cria modelo de classes a partir de um banco MySQL no formato NHibernate, para facilitar migrar aplicativos com bancos já elaborados.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages