Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientSQLite ¶
type ClientSQLite struct {
// contains filtered or unexported fields
}
func (*ClientSQLite) Close ¶
func (c *ClientSQLite) Close() error
func (*ClientSQLite) DB ¶
func (c *ClientSQLite) DB() *sql.DB
type Option ¶
type Option func(o *Options)
func WithCheckPing ¶
func WithConnMaxIdleTime ¶
func WithConnMaxLifetime ¶
func WithLogger ¶
func WithMaxIdleConns ¶
func WithMaxOpenConns ¶
Click to show internal directories.
Click to hide internal directories.