pool

package
v1.15.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 21, 2022 License: Apache-2.0 Imports: 2 Imported by: 1

Documentation

Overview

Package pool contain an implementation of a connection pool to multiple database pointing to the same instance

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConnectionPool

type ConnectionPool struct {
	// contains filtered or unexported fields
}

ConnectionPool is a repository of DB connections, pointing to the same instance given a base DSN without the "dbname" parameter

func NewConnectionPool

func NewConnectionPool(baseConnectionString string) *ConnectionPool

NewConnectionPool creates a new connectionMap of connections given the base connection string

func (*ConnectionPool) Connection

func (pool *ConnectionPool) Connection(dbname string) (*sql.DB, error)

Connection gets the connection for the given database

func (*ConnectionPool) ShutdownConnections

func (pool *ConnectionPool) ShutdownConnections()

ShutdownConnections closes every database connection

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL