https://github.com/farseer-go/data
orm
https://github.com/farseer-go/data
database orm
Last synced: 5 months ago
JSON representation
orm
- Host: GitHub
- URL: https://github.com/farseer-go/data
- Owner: farseer-go
- License: mit
- Created: 2022-08-07T07:16:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-16T14:12:04.000Z (5 months ago)
- Last Synced: 2026-01-17T04:32:11.712Z (5 months ago)
- Topics: database, orm
- Language: Go
- Homepage: https://farseer-go.gitee.io/
- Size: 321 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# data 数据库ORM组件
> 包:`"github.com/farseer-go/data"`
>
> 模块:`data.Module`
- `Document`
- [English](https://farseer-go.github.io/doc/#/en-us/)
- [中文](https://farseer-go.github.io/doc/)
- [English](https://farseer-go.github.io/doc/#/en-us/)
- Source
- [github](https://github.com/farseer-go/fs)






[](https://github.com/farseer-go/data/actions/workflows/build.yml)

## 概述
data组件提供数据库ORM操作,将数据库多张表组织到一个`上下文`中。并使用统一的`./farseer.yaml`配置
> 目前orm底层的组件使用的是gorm,data组件主要为了做进一步的封装,使得我们在使用时更加简单易用。
data组件,采用数据库上下文的概念,将多个model组合在一起,方便统一管理。