phnx47 / dapper-repositories

CRUD for Dapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

i can not find IDbConnectionFactory

zmy012 opened this issue · comments

i can not find IDbConnectionFactory
//Your DB Provider MicroOrmConfig.SqlProvider = SqlProvider.MySQL; //Your db factory services.AddSingleton<IDbConnectionFactory, DbFactory>(x => new DbFactory(appSettings.DbConnectionString));

@zmy012 You should implement Factory yourself