Categorygithub.com/ugabiga/go-orm-example
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

  1. Postgresql docker up
    make up
    
  2. Run migration
    go run main.go bo up
    
  3. Run example
    go run main.go bo run
    

# Packages

No description provided by the author
No description provided by the author
No description provided by the author