Giter Site home page Giter Site logo

crl2's Introduction

CRL

简介

CRL是一个面向对象的轻便型ORM业务框架 博客:http://www.cnblogs.com/hubro/

特点

  1. 不需要代码生成器生成对象类,按标准方式写即可
  2. 依托lambda,实现语法解析转换为等效的SQL查询,完全以编程方式进行查询操作
  3. 支持常用查询,GROUP,JOIN,SUM,COUNT
  4. 无需维护数据表,CRL运行会自动检查表映射,即使新添加的属性,也能自动识别创建相应的字段
  5. 多类型数据库,多库支持,只需在应用层实现逻辑切换
  6. 缓存支持,轻松创建本地缓存,原创分布式缓存系统 也很闪亮
  7. 动态编译,可将任何查询编译为存储过程(仅MSSQL),让查询效率更高
  8. 业务封装,通过可继承结构,实现业务封装和重用,内置业务封装,让开发效率大大提高
  9. 文档支持,配套文档示例详细讲解了功能用法,新增特性也会更新体现

跟进

github不定期更新源码,获取最新请关注QQ群:1582632 密语:CRL

crl2's People

Contributors

hubro-xx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.