modulepackage
0.0.0-20240917153607-77d7a176642a
Repository: https://github.com/ugabiga/go-orm-example.git
Documentation: pkg.go.dev
# README
go(golang) orm example
This repository will compare ORMs of go languages.
Check example folder for the code.
ORM
- sqlboiler : example/boiler
- ent : example/ente
- gorm
- sqlc
Todo
- sqlboiler
- ent
- gorm
- sqlc
Instruction for sqlboiler
- Postgresql docker up
make up
- Run migration
go run main.go bo up
- Run example
go run main.go bo run