Documentation
¶
Overview ¶
* @Author: kamalyes 501893067@qq.com * @Date: 2025-11-11 00:00:00 * @LastEditors: kamalyes 501893067@qq.com * @LastEditTime: 2025-11-23 13:05:48 * @FilePath: \go-sqlbuilder\db\handler.go * @Description: 数据库处理器 - Handler 接口和 GORM 实现 * * Copyright (c) 2025 by kamalyes, All Rights Reserved.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GormHandler ¶
type GormHandler struct {
// contains filtered or unexported fields
}
GormHandler 标准 GORM 处理器实现
func (*GormHandler) IsConnected ¶ added in v0.1.7
func (h *GormHandler) IsConnected() bool
IsConnected 检查数据库连接是否有效
Click to show internal directories.
Click to hide internal directories.