Versions in this module Expand all Collapse all v0 v0.1.0 Sep 11, 2022 Changes in this version + func New(config *database.Config) (database.Database, error) + type Driver struct + func (d Driver) Exec(script string) error + func (d Driver) Insert(cat, ver string, name string, desc string, checksum string) (*database.Row, error) + func (d Driver) Read(cat string) ([]*database.Row, error) + func (d Driver) Update(seq uint64, execTime uint32, success bool) error