Skip to content

Generate entities and dapper-dot-net based database accessing methods with T4 template.

Notifications You must be signed in to change notification settings

WillLeeBebi/dapper-demo

 
 

Repository files navigation

dapper-demo

A Sample Code Generate Template

AutoGenerate entities and basic methods of accessing database using T4 template.

database access methods based on dapper-dot-net.

objects and its generate objects

objects C R U D
view F T F F
table with primary key or auto increase T T T T
table without primary key and auto increase T T F F
(T for TRUE,and F for FALSE)

if you wanna run the tests, execute the sql file in the folder of this sln.And replace the the connection string in T4 template file and the app.config file in test project.

About

Generate entities and dapper-dot-net based database accessing methods with T4 template.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 97.9%
  • PLpgSQL 2.1%