摘要: Demo Settings 标签属性 | 属性 | 说明 | | : | :| | IsWatchConfigFile | 是否监控配置文件,用于配置文件热更新,默认为 false | | ParameterPrefix | 全局参数前缀,默认使用 $ 适配所有DB | | IgnoreParame 阅读全文
posted @ 2018-11-16 21:15 Ahoo-Wang 阅读(1026) 评论(0) 推荐(0) 编辑
摘要: SmartSqlMap | 属性 | 说明 | | : | :| | Scope | 域,用于SqlMap定义Sql声明范围 | Statement标签 | 属性 | 说明 | | : | :| | Id | 唯一性编号 | | Cache | 缓存策略编号,引用自Cache标签 | Stateme 阅读全文
posted @ 2018-11-16 21:15 Ahoo-Wang 阅读(760) 评论(0) 推荐(0) 编辑
摘要: 超轻量级的ORM框架! 107kb 更新内容 1. 移除Dapper依赖 2. 支持存储过程 3. 增强扩展性 4. 重构代码 5. 优化缓存策略 6. 动态实现仓储接口 7. 支持 参数&结果映射 & TypeHandler 8. 高性能 性能测评 | ORM | Type | Method | 阅读全文
posted @ 2018-11-16 21:14 Ahoo-Wang 阅读(469) 评论(0) 推荐(0) 编辑
摘要: Demo Cache 标签属性 | 属性 | 说明 | | : | :| | Id | 唯一性标号 | | Type | Cache类型继承自ICacheProvider,内置常量:Lru 最近最少使用算法,内存缓存, Fifo 先进先出算法,其他继承自ICacheProvider缓存类型均可,例: 阅读全文
posted @ 2018-11-16 21:14 Ahoo-Wang 阅读(380) 评论(0) 推荐(0) 编辑
摘要: 安装 SmartSql.ZooKeeperConfig Demo 工具使用 "ZooKeeper Admin" 阅读全文
posted @ 2018-11-16 21:12 Ahoo-Wang 阅读(521) 评论(0) 推荐(0) 编辑
摘要: SmartSql 动态代理仓储,一个高生产力的组件。该组件看似很难懂,实际上仅做了映射Statement,转发请求的功能。但却意义重大。 SmartSql提供了一个通用泛型仓储接口 SmartSql.DyRepository.IRepository 定义仓储接口 注入依赖 注入依赖后将动态实现仓储接 阅读全文
posted @ 2018-11-16 21:11 Ahoo-Wang 阅读(610) 评论(0) 推荐(0) 编辑
摘要: 安装 SmartSql.Cache.Redis Cache 配置 Demo 阅读全文
posted @ 2018-11-16 21:11 Ahoo-Wang 阅读(800) 评论(0) 推荐(0) 编辑
摘要: Nuget 安装 SmartSql.TypeHandler 包括了俩种类型的类型处理程序: JsonTypeHandler & XmlTypeHandler,当字段类型需要序列化成Json或Xml场景时可使用以下配置,即可将Data属性序列化成Json字符串存储到DB: SmartSqlMapCon 阅读全文
posted @ 2018-11-16 21:10 Ahoo-Wang 阅读(567) 评论(0) 推荐(0) 编辑
摘要: SmartSql 更新历史记录 3.7.0 1. support cross SqlMap reference for 30 2. modifying Statement.Ref for delay dependence 3. optimize Analyse Statement.SqlComman 阅读全文
posted @ 2018-11-16 21:10 Ahoo-Wang 阅读(647) 评论(0) 推荐(0) 编辑