Skip to content

brianroth-rl/databaseee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run the tests

go test -run ^YourTestName

or just

go test -shuffle=on -v

to run the benchmark tests only

go test -bench . -run notest

To add module requirements

go mod tidy

To format the code

gofmt -w *.go

Download dependancies

go get -u gorm.io/gorm
go get -u gorm.io/driver/mysql

About

databaseee

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages