1 Star 0 Fork 482

青岛—郭磊 / beetlsql

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README

Beetlsql

beetlsql 特点

BeetSql是一个全功能DAO工具, 同时具有Hibernate 优点 & Mybatis优点功能,适用于承认以SQL为中心,同时又需求工具能自动能生成大量常用的SQL的应用

  • 开发效率
  1. 无需注解,自动使用大量内置SQL,轻易完成增删改查功能,节省50%的开发工作量
  2. 数据模型支持Pojo,也支持Map/List这种快速模型,也支持混合模型
  3. SQL 模板基于Beetl实现,更容易写和调试,以及扩展 可以针对单个表(或者视图)代码生成pojo类和sql模版,甚至是整个数据库。能减少代码编写工作量
  • 维护性
  1. SQL 以更简洁的方式,Markdown方式集中管理,同时方便程序开发和数据库SQL调试。
  2. 可以自动将sql文件映射为dao接口类
  3. 直观灵活的支持支持一对一,一对多,多对多关系映射而不引入复杂的OR Mapping概念和技术。
  4. 具备Interceptor功能,可以调试,性能诊断SQL,以及扩展其他功能
  • 其他
  1. 内置支持主从数据库支持的开源工具
  2. 支持跨数据库平台,开发者所需工作减少到最小,目前跨数据库支持mysql,postgres,oracle,sqlserver,h2,sqllite.

Hibernate,MyBatis,MySQL 对比

http://ibeetl.com/community/?/article/63 提供了12项对比并给与评分。在犹豫使用BeetlSQL,可以参考这个全面的对比文章

开发人员帅照

Empty file

About

使用beetl 来完成mybatis功能 expand collapse
Java
Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
Java
1
https://gitee.com/scott_guo/beetlsql.git
git@gitee.com:scott_guo/beetlsql.git
scott_guo
beetlsql
beetlsql
master

Search