Skip to content

GORM Playground (Please Create PR for this project to report issues)

Notifications You must be signed in to change notification settings

tossp/playground

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GORM PlayGround

GORM PlayGround can be used to play GORM and reports issues

test status

Usage

Modify https://github.com/go-gorm/playground/edit/master/main_test.go and create pull report, your code will runs with sqlite, mysql, postgres and sqlserver with the help of Github Action

If you encounter a bug in GORM, please report it at https://github.com/go-gorm/gorm/issues with the PlayGround Pull Request's link

We are using following configuration run your code (GORM's latest master branch, database drivers: sqlite, mysql, postgres, sqlserver), you could change it in the above link

// GORM_REPO: https://github.com/go-gorm/gorm.git
// GORM_BRANCH: master
// TEST_DRIVERS: sqlite, mysql, postgres, sqlserver

BTW, we have prepared some structs with relationships in https://github.com/go-gorm/playground/blob/master/models.go that you may interested to use

Don't forgot to close your PR after finish play! ;)

Happy Hacking!

About

GORM Playground (Please Create PR for this project to report issues)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 81.8%
  • Shell 18.2%