Skip to content

Commit

Permalink
[dep] Fix gocql ColumnClusterKey etc.
Browse files Browse the repository at this point in the history
- upstream relops#36
  • Loading branch information
pingginp committed Sep 15, 2018
1 parent 14bc2eb commit 490ad34
Show file tree
Hide file tree
Showing 7 changed files with 184 additions and 682 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
CCM_NODE ?= node1
CQLSH_CMD ?= ccm $(CCM_NODE) cqlsh

.PHONY: build
build:
go build -o build/cqlc .

.PHONY: install
install:
go install .

test/collections.cql: test/tmpl/schema.tmpl test/schema_generator.go
cd test; go run schema_generator.go

Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
cqlc
----
# cqlc

[![Join the chat at https://gitter.im/relops/cqlc](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/relops/cqlc?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Expand All @@ -10,4 +9,10 @@ cqlc

For more details please visit [http://relops.com/cqlc][cqlc]

## Usage

````bash
make build
````

[cqlc]: http://relops.com/cqlc
1 change: 1 addition & 0 deletions build/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cqlc
Loading

0 comments on commit 490ad34

Please sign in to comment.