Versions in this module Expand all Collapse all v0 v0.0.4 Apr 27, 2023 v0.0.3 Jan 3, 2023 v0.0.2 Apr 6, 2022 v0.0.1 Apr 6, 2022 Changes in this version + func AddSchemaTable(schema string, table string) func(tx *gorm.DB) *gorm.DB + func NewPgMultiSchemaStorage() *pgMultiSchemaStorage + func SplitValue(data []byte) ([]byte, []byte, error) + type ItemsDB struct + Id int64 + Key []byte + Name string + Type string + Value []byte + WalletId string + func (i *ItemsDB) TableName() string + type MetadataDB struct + Value string + WalletId string + func (m *MetadataDB) TableName() string + type TagsEncryptedDB struct + ItemId int64 + Name string + Value string + WalletId string + func (te *TagsEncryptedDB) TableName() string + type TagsPlaintextDB struct + ItemId int64 + Name string + Value string + WalletId string + func (tp *TagsPlaintextDB) TableName() string