db

package
v0.0.0-...-9e5668c Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DB *gorm.DB

Functions

func DataBaseConnection

func DataBaseConnection()

Types

type Movie

type Movie struct {
	ID       string `gorm:"primary_key"`
	Title    string
	Genre    string
	CreateAt time.Time `gorm:"autoCreateTime:false"`
	UpdateAt time.Time `gorm:"autoUpdateTime:false"`
}

Jump to

Keyboard shortcuts

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