Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kuangcp/mythorm
simple ORM
https://github.com/kuangcp/mythorm
groovy orm
Last synced: about 1 month 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-04T03:25:39.000Z (almost 6 years ago)
- Last Synced: 2024-11-07T12:12:45.273Z (3 months 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拼接方式
- 增加连接池方案