Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kuangcp/mythorm

simple ORM
https://github.com/kuangcp/mythorm

groovy orm

Last synced: about 1 month ago
JSON representation

simple ORM

Awesome Lists containing this project

README

        

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

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

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