Versions in this module Expand all Collapse all v0 v0.5.0 Jul 17, 2025 v0.4.0 Jan 7, 2025 Changes in this version + type Driver struct + func NewDriver[D any](f OpenFunc[D]) *Driver[D] + func (d *Driver[D]) Open(cp db.ConfigProvider, tmsID token.TMSID) (D, error) + type OpenFunc func(cp db.ConfigProvider, tmsID token.TMSID) (D, error)