1- <p align =" center " >
2- <img src =" https://rawgit.com/sqle/gitql/master/gitql-logo.svg " >
3- </p >
4-
5- <p align =" center " >
1+ # gitquery
62
3+ <p >
74 <a href =" https://codebeat.co/projects/github-com-sqle-gitql " ><img alt =" codebeat badge " src =" https://codebeat.co/badges/d797a013-326b-4686-a1a7-adcb3039f65c " /></a >
85
9- <a href =" https://travis-ci.org/sqle/gitql " ><img alt =" Build Status " src =" https://travis-ci.org/sqle/gitql .svg?branch=master " /></a >
6+ <a href =" https://travis-ci.org/sqle/gitquery " ><img alt =" Build Status " src =" https://travis-ci.org/sqle/gitquery .svg?branch=master " /></a >
107
11- <a href =" https://codecov.io/gh/sqle/gitql " ><img alt =" codecov " src =" https://codecov.io/gh/sqle/gitql /branch/master/graph/badge.svg " /></a >
8+ <a href =" https://codecov.io/gh/sqle/gitquery " ><img alt =" codecov " src =" https://codecov.io/gh/sqle/gitquery /branch/master/graph/badge.svg " /></a >
129
13- <a href =" https://godoc.org/gopkg.in/sqle/gitql .v0 " ><img alt =" GoDoc " src =" https://godoc.org/gopkg.in/sqle/gitql .v0?status.svg " /></a >
10+ <a href =" https://godoc.org/gopkg.in/sqle/gitquery .v0 " ><img alt =" GoDoc " src =" https://godoc.org/gopkg.in/sqle/gitquery .v0?status.svg " /></a >
1411</p >
1512
1613<a href =" https://asciinema.org/a/102733?autoplay=1 " target =" _blank " ><img src =" https://asciinema.org/a/102733.png " width =" 979 " /></a >
1714
1815## Installation
1916
20- Check the [ Releases] ( https://github.com/sqle/gitql /releases ) page to download
21- the gitql binary.
17+ Check the [ Releases] ( https://github.com/sqle/gitquery /releases ) page to download
18+ the gitquery binary.
2219
2320## Usage
2421
2522``` bash
2623Usage:
27- gitql [OPTIONS] < query | shell | version>
24+ gitquery [OPTIONS] < query | shell | version>
2825
2926Help Options:
3027 -h, --help Show this help message
@@ -39,7 +36,7 @@ For example:
3936
4037``` bash
4138$ cd my_git_repo
42- $ gitql query ' SELECT hash, author_email, author_name FROM commits LIMIT 2;'
39+ $ gitquery query ' SELECT hash, author_email, author_name FROM commits LIMIT 2;'
4340SELECT hash, author_email, author_name FROM commits LIMIT 2;
4441+------------------------------------------+---------------------+-----------------------+
4542| HASH | AUTHOR EMAIL | AUTHOR NAME |
@@ -52,7 +49,7 @@ SELECT hash, author_email, author_name FROM commits LIMIT 2;
5249You can use the interactive shell like you usually do to explore tables in postgreSQL per example:
5350
5451``` bash
55- $ gitql shell
52+ $ gitquery shell
5653
5754 gitQL SHELL
5855 -----------
@@ -73,7 +70,7 @@ You must end your queries with ';'
7370
7471## Tables
7572
76- gitql exposes the following tables:
73+ gitquery exposes the following tables:
7774
7875| Name | Columns |
7976| :------------:| :---------------------------------------------------------------------------------------------------:|
@@ -85,7 +82,7 @@ gitql exposes the following tables:
8582
8683## SQL syntax
8784
88- We are continuously adding more functionality to gitql . We support a subset of the SQL standard, currently including:
85+ We are continuously adding more functionality to gitquery . We support a subset of the SQL standard, currently including:
8986
9087| | Supported |
9188| :----------------------:| :---------------------------------------------------------------------------------:|
@@ -96,4 +93,4 @@ We are continuously adding more functionality to gitql. We support a subset of t
9693
9794## License
9895
99- gitql is licensed under the [ MIT License] ( https://github.com/sqle/gitql /blob/master/LICENSE ) .
96+ gitquery is licensed under the [ MIT License] ( https://github.com/sqle/gitquery /blob/master/LICENSE ) .
0 commit comments