Versions in this module Expand all Collapse all v0 v0.1.0 Aug 1, 2023 Changes in this version + type PostgresComponentDatabase struct + DB *sqlx.DB + func (pcd *PostgresComponentDatabase) DeleteComponent(id string) error + func (pcd *PostgresComponentDatabase) GetComponent(id string) (*components.Component, error) + func (pcd *PostgresComponentDatabase) InsertComponent(component *components.Component) (string, error) + func (pcd *PostgresComponentDatabase) UpdateComponent(component *components.Component) error