Categorygithub.com/starter-go/libgorm
modulepackage
0.9.12
Repository: https://github.com/starter-go/libgorm.git
Documentation: pkg.go.dev

# README

libgorm

Starter for using database with Gorm

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

ModuleBuilder 用于创建模块 ['github.com/starter-go/libgorm'].

# Structs

Configuration 数据源配置信息.
DatabaseBuilder 用来创建 Database 实例.
DataSourceAgent ...
DataSourceRegistration 数据源注册信息.
DriverRegistration 驱动注册信息.
EmptyTable 是一个用于占位的空表.
GroupRegistration 分组的注册信息.
TableRegistration 表示一个表格的注册信息.

# Interfaces

Agent 是默认的数据源代理.
Database 数据库实例.
DataSource 数据源.
DataSourceManager 数据源管理器.
DataSourceRegistry 数据源注册器.
Driver 驱动.
DriverManager 驱动管理器.
Group 表示一组相关的表格.
GroupManager 分组管理器.
GroupRegistry 是一个自动化的表格注册器.
TableManager 是全局的表格管理器.