Skip to content

TeamnetGroup/schema2fm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Schema2FM

This is an utility that generates a FluentMigrator migration from an existing database table.

Usage:

schema2fm.exe connectionString schema table

For example:

schema2fm.exe "Server=.\SQLEXPRESS;Database=LearnORM;Trusted_Connection=True;" dbo Book

Things currently working

  • SQL Server
  • int columns
  • nvarchar columns

Things not yet working

  • Primary keys
  • Foreign keys
  • Unique constraints
  • other databases
  • other column types

About

Create FluentMigrator code from database table

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages