db

package
v0.0.0-...-d9430aa Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2023 License: Apache-2.0 Imports: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Database

type Database struct {
	Ctx context.Context
	Db  *gorm.DB
	Cfg *DatabaseConfig
}

func NewDatabase

func NewDatabase(ctx context.Context, cfg *DatabaseConfig) (*Database, error)

func (*Database) MigrateDb

func (d *Database) MigrateDb() error

type DatabaseConfig

type DatabaseConfig struct {
	Username string
	Password string
	Host     string
	Port     uint64
	DbName   string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL