Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 712 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 712 Bytes

DAL generation for SQL Server

  • Generate Data Access Layer, per-compile
  • Ensure DAL reflects current SQL Server
  • C# output for custom usages
  • Test Case Generation in NUnit & MSTest
  • Fully mockable
  • Fully extendable
  • Uses King.Mapper framework.
PM> Install-Package King.Mapper.Generator

View the wiki to learn how to use this.

CI

Build status