Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-26T12:38:30.000Z (about 4 years ago)
- Last Synced: 2024-06-19T10:06:01.640Z (7 months ago)
- Topics: db, go, gorm, mysql, orm, xorm
- Language: Go
- Homepage: https://www.yuque.com/tal-tech/torm
- Size: 120 KB
- Stars: 9
- Watchers: 2
- 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)