Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PGStorage ¶
type PGStorage struct {
Conn *pgx.Conn
Utils *PGUtils
// contains filtered or unexported fields
}
func NewStorage ¶
func NewStorage(settings config.StorageSettings) (*PGStorage, error)
func (*PGStorage) MigrateSchema ¶
func (*PGStorage) RunMigration ¶
func (s *PGStorage) RunMigration(settings config.StorageSettings) error
Click to show internal directories.
Click to hide internal directories.