go install github.com/shanemhansen/goper/...
schema -driver sqlite3 -dsn path/to/file.sqlite3 > data.go
schema -driver mysql -dsn "user:password@tcp(127.0.0.1:3306)/main" > data.go
Installing goper only builds goper.a under pkg, there is no binary being built.
Also schema is a bit of a generic name for an executable? Why not goper?
Installing goper only builds
goper.aunderpkg, there is no binary being built.Also
schemais a bit of a generic name for an executable? Why notgoper?