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

https://github.com/myxiaoao/simple-orm


https://github.com/myxiaoao/simple-orm

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# simple-orm

> 用来学习,请勿用于生产环境。

- [x] database/sql 基础
- [x] 对象表结构映射
- [x] 记录新增和查询
- [x] 链式操作与更新删除
- [x] 实现钩子(Hooks)
- [x] 支持事务(Transaction)
- [x] 数据库迁移(Migrate)

## License

The MIT License (MIT). Please see [License File](LICENSE) for more information.