https://github.com/myxiaoao/simple-orm
https://github.com/myxiaoao/simple-orm
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/myxiaoao/simple-orm
- Owner: myxiaoao
- License: mit
- Created: 2022-05-17T01:38:04.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T08:02:12.000Z (about 3 years ago)
- Last Synced: 2025-01-16T00:56:45.784Z (5 months ago)
- Language: Go
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.