database

package
v0.0.0-...-93fc4c6 Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2019 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ENVHost     = "POSTGRES_HOST"
	ENVPort     = "POSTGRES_PORT"
	ENVSSL      = "POSTGRES_SSL"
	ENVDatabase = "POSTGRES_DB"
	ENVUser     = "POSTGRES_USER"
	ENVPassword = "POSTGRES_PASSWORD"
)

Environment variable names for database config

Variables

View Source
var Connection *gorm.DB

Functions

func InitDB

func InitDB() error

func Seed

func Seed(db *gorm.DB)

Types

type Entry

type Entry struct {
	Model
	Name string
}

type Model

type Model struct {
	ID        uint
	CreatedAt time.Time
	UpdatedAt time.Time
}

Jump to

Keyboard shortcuts

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