Versions in this module Expand all Collapse all v0 v0.0.9 Jan 10, 2025 Changes in this version + var HyperTables = sync.Map + type TimescaleDB struct + func NewTimescaleDB(ctx context.Context, dsn string) (*TimescaleDB, error) + func (tdb *TimescaleDB) FindHyperTables(ctx context.Context) (map[string]string, error) + func (tdb *TimescaleDB) SyncHyperTables(ctx context.Context)