Versions in this module Expand all Collapse all v0 v0.0.8 Sep 22, 2021 v0.0.7 Oct 25, 2020 v0.0.6 Oct 20, 2020 Changes in this version + type LibrarianPG struct + DB *sql.DB + GormDB *gorm.DB + KV *badger.DB + func NewLibrarianPG(cfg config.Config) LibrarianPG + func (l LibrarianPG) Close() error + func (l LibrarianPG) ReferencesBHL(name_string string, opts ...config.Option) (*entity.NameRefs, error)