Versions in this module Expand all Collapse all v0 v0.0.1 May 5, 2023 Changes in this version + func New() db.DB + type Pg struct + func (p *Pg) Close() error + func (p *Pg) GetTopicID(slug []string) (int, error) + func (p *Pg) ListTopics(parent_id int) ([]db.Topic, error) + func (p *Pg) Open() error