0.3.0 stable release
This release bring a set of new command line tools (load, export, and bql). It includes large refactoring of the internals of the tool and minor bug fixes and compliance test tweaks,
Change log
4c8e95d Tagging stable release
1374a9a Bump the version to 0.3.0-dev since there are too many functionality changes
3daddbd Add export command to the command line and REPL
dd0ca72 Load command allows you to bulks load triples against arbitrary graphs
a2077d2 Adding load command for bulk triple upload
ef3e736 Change on the table Cell struct for consistency.
cbdc9c4 Update the REPL run function name
3713504 Update documentation for command
9465d64 Add documentation for command
58d877c Rudimentary REPL implementation to allow you to run BQL statements.
b53cf82 Fix unstable sorting on compliance test
0f6f53d Merge branch 'master' of github.com:google/badwolf
ecb36f4 Update the command line tool documentation
8e931ac Filter flags from the command line.
db65134 Avoid exiting in the common library.
f67db54 Refactoring the command line main to allow driver additions.
ab9e80a Add godoc badge to the readme.
b0a5a01 Refactor bw main to allow easy injection of drivers.
312eb32 Merge branch 'master' of github.com:google/badwolf
8b7291c Update the README.md to link to the project website
e515ced Update version format on the bw version command documentation.
a4772fc Update Travis to run 1.6
1efc49a Merge branch 'master' of github.com:google/badwolf
60996c6 Unify help listing by sorting commands on the CLI
b38f9aa Merge pull request #38 from brcooley/patch-1
11b84a9 Merge branch 'master' of github.com:google/badwolf
4811726 Pass the store to the run command.
f13056c Minor typo fix in command_line_tool.md
eeaa995 Bumping ups to 0.2.2 dev