goma icon indicating copy to clipboard operation
goma copied to clipboard

goma is a Database access framework for golang(Go)

goma (胡麻)

Circle CI GoDoc

goma (胡麻) is a Database access framework for golang(Go)

I'm making based on Doma;

golang version 1.4.0 〜

Install

$ go get gopkg.in/kyokomi/goma.v1/gen/goma

latest Ver

$ go get github.com/kyokomi/goma/gen/goma

Usage

GitBook Document

Command

   init-config	create example config file
   gen		generate code by params
   gen-config	generate code by config
   help, h	Shows a list of commands or help for one command

Support Driver

  • mysql ( https://github.com/go-sql-driver/mysql )
  • postgres ( https://github.com/lib/pq )

Author

kyokomi

Licence

Apache License Version 2.0