https://github.com/tal-tech/torm
Torm is a high-performance mysql library, make mysql management very convenient
https://github.com/tal-tech/torm
db go gorm mysql orm xorm
Last synced: about 1 year ago
JSON representation
Torm is a high-performance mysql library, make mysql management very convenient
- Host: GitHub
- URL: https://github.com/tal-tech/torm
- Owner: tal-tech
- License: apache-2.0
- Created: 2020-07-27T03:59:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-26T12:38:30.000Z (over 5 years ago)
- Last Synced: 2025-04-03T05:12:31.523Z (about 1 year ago)
- Topics: db, go, gorm, mysql, orm, xorm
- Language: Go
- Homepage: https://www.yuque.com/tal-tech/torm
- Size: 120 KB
- Stars: 9
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 简介
----------
torm是基于[xorm](https://xorm.io)的mysql访问组件,在xorm基础上提供代码生成、索引查询方法、初始化管理等增强功能
特点
* 支持原生xorm操作
* 简单易使用
* 自动生成表映射文件
* 默认提供所有按索引查询方法,包括count、limit等
## 文档
[[开发文档]](https://www.yuque.com/tal-tech/torm)