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: 8 months ago
JSON representation

simple ORM

Awesome Lists containing this project

README

          

# MythORM
> 简易的数据库操作框架, 用于自己的小工具, 采用Groovy开发

compile 'com.github.kuangcp:MythORM:0.0.3-SNAPSHOT'

# TODO
- 去除SQL拼接方式
- 增加连接池方案