Versions in this module Expand all Collapse all v0 v0.4.0 Jan 7, 2025 Changes in this version + type Driver struct + func NewDriver[D any](dbOpener func(opts common.Opts) (D, error)) *Driver[D] + func (d *Driver[D]) Open(_ driver.ConfigProvider, tmsID token.TMSID) (D, error)