zhangq
Results
4
repositories owned by
zhangq
SQLBuilder.Core
94
Stars
25
Forks
Watchers
.NET Standard 2.1、.NET 5、.NET 6、.NET 7 版本SQLBuilder,Expression表达式转换为SQL语句,支持SqlServer、MySql、Oracle、Sqlite、PostgreSql;基于Dapper实现了不同数据库对应的数据仓储Repository;
SQLBuilder
80
Stars
21
Forks
Watchers
.NET Framework4.5版本Expression表达式转换为SQL语句,支持SqlServer、MySql、Oracle、Sqlite、PostgreSql;基于Dapper实现了不同数据库对应的数据仓储Repository;
EFCoreRepository
22
Stars
7
Forks
Watchers
EntityFramework Core实现仓储模式