I am coming from PetaPoco camp. PetaPoco has a T4 template which generates model from the database. Is anything similar available for Dapper? ...I installed Dapper using NuGet and added SqlHelper.cs, but I didn't find anything which generates model from t...