GitXplorerGitXplorer
k

go-graphql

public
2 stars
1 forks
7 issues

Commits

List of commits on branch master.
Unverified
3b7242cef93742a83a819e59d37e2bb828d4dc8b

exclude views and formatting

committed 9 years ago
Unverified
6daa36f10c472cea935ee74c35c9e363a837a500

report card

kkmulvey committed 9 years ago
Unverified
c8ada9c235762a377e447bb82f32d039981cced2

go report

kkmulvey committed 9 years ago
Unverified
966daff5a06dcad1b534986c434da46273446bd3

dont need it?

kkmulvey committed 9 years ago
Unverified
7880fcb13f099e4efe84ad1160b7309ba56912f9

ignore

kkmulvey committed 9 years ago
Unverified
62d98359fb500100981e6bb2fc24cc83f7f588cc

simplify

kkmulvey committed 9 years ago

README

The README file for this repository.

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.