go-graphql

command module
v0.0.0-...-3b7242c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 9, 2016 License: Apache-2.0 Imports: 11 Imported by: 0

README

Go Graphql

Build Status Coverage Status Go Report Card

Generate a graphql schema in Go from an existing sql database.

This is currently alpha software that "works" for mysql but thats about it, help is welcome.

Usage

go install github.com/kmulvey/go-graphql

go-graphql [options]

Options:
  • --output - Directory to use when generating code (string [required])
  • --schema - Schema name (string [required])
  • --hostname - Hostname of database server (string [default: "localhost"])
  • --port - Port number of database server (number)
  • --username - Username to use when connecting (string [default: "root"])
  • --password - Password to use when connecting (string [default: ""])

License

Apache2 licensed. See LICENSE.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL