1 Star 22 Fork 0

凌康 / final-sql

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

final-sql

介绍

  • final-sql 一个轻量级数据库ORM框架。开箱即用,约定大于配置。
  • final-sql 大小不到 100 kb ,不依赖除日志slf4j以外的轻量级框架
  • final-sql 兼顾hibernate表映射、mybatis动态sql、简单易用接口

适用场景

  • 量级快速开发应用,常用增删查改等的场景。
  • 嵌入应用,例如javaGUI、Android sqlite。
  • 单元测试覆盖

快速开始

引入依赖

<!-- 已上传Maven公共仓库 -->
<dependency>
    <groupId>top.lingkang</groupId>
    <artifactId>final-sql-core</artifactId>
    <version>x.y.z</version>
</dependency>

x.y.z 请选择最新的发行版本,maven公共仓库:https://mvnrepository.com/artifact/top.lingkang/final-sql

文档

文档地址:https://gitee.com/lingkang_top/final-sql/wikis

起源

某天想开发一个bbs社区后台,选择ORM时,用mybatis配置多,hibernate又太重7.0+MB,想用社区某个框架又有bug,于是自己手撸一个轻量级ORM:轻量级、快速上手、配置少。

wiki: nature 性能对比hibernate、mybatis

MIT License Copyright (c) 2022 凌康 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

final-sql 一个轻量级数据库ORM框架。开箱即用,约定大于配置。 展开 收起
Java
MIT
取消

发行版 (14)

全部

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/lingkang_top/final-sql.git
git@gitee.com:lingkang_top/final-sql.git
lingkang_top
final-sql
final-sql
master

搜索帮助