https://github.com/kuangcp/mythorm
simple ORM
https://github.com/kuangcp/mythorm
groovy orm
Last synced: 8 months ago
JSON representation
simple ORM
- Host: GitHub
- URL: https://github.com/kuangcp/mythorm
- Owner: Kuangcp
- License: apache-2.0
- Created: 2018-06-14T13:17:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-04T03:25:39.000Z (about 7 years ago)
- Last Synced: 2024-12-28T06:41:59.436Z (about 1 year ago)
- Topics: groovy, orm
- Language: Groovy
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MythORM
> 简易的数据库操作框架, 用于自己的小工具, 采用Groovy开发
compile 'com.github.kuangcp:MythORM:0.0.3-SNAPSHOT'
# TODO
- 去除SQL拼接方式
- 增加连接池方案