Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct{}
Provider 把 SQLX 数据库连接注册进容器。
中文说明:
- 与 orm.gorm 并存,面向更适合手写 SQL 的场景。
- 对外暴露 contract.SQLXKey,供列表查询、报表查询等直接使用。
- 从 framework 抽离视角看,这里不再默认补 sqlite/demo.db; provider 只消费已经明确提供的 database 配置。
func NewProvider ¶
func NewProvider() *Provider
Click to show internal directories.
Click to hide internal directories.