Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pool ¶
type Pool struct {
// contains filtered or unexported fields
}
Pool represents the database connection pool.
func (*Pool) Release ¶
func (p *Pool) Release(v orm.Connection)
Release put the connection back into the pool.
Click to show internal directories.
Click to hide internal directories.