Versions in this module Expand all Collapse all v0 v0.1.1 Feb 11, 2024 Changes in this version + type Pool struct + func New(u string, l *zap.Logger, sp *state.Provider) (*Pool, map[string]*fsql.DB, error) + func (p *Pool) Close() + func (p *Pool) Collect(ch chan<- prometheus.Metric) + func (p *Pool) Describe(ch chan<- *prometheus.Desc) + func (p *Pool) Drop(ctx context.Context, name string) bool + func (p *Pool) GetExisting(ctx context.Context, name string) *fsql.DB + func (p *Pool) GetOrCreate(ctx context.Context, name string) (*fsql.DB, bool, error) + func (p *Pool) List(ctx context.Context) []string v0.1.0 Feb 11, 2024