summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2014-07-07 09:48:22 -0400
committerHarel Ben-Attia <harelba@gmail.com>2014-07-07 09:48:22 -0400
commitfc554d27ab67d0e4072aad353aa8d736c3efeaa2 (patch)
tree20f339000d92d08b34b1ebdea36c501da4e2120f
parent0429671c11caa3466a3edce0aae843a99ad144b9 (diff)
Update README.markdown
-rw-r--r--README.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index ea91764..c59a6d4 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,6 +1,8 @@
# q - Text as Data
q is a command line tool that allows direct execution of SQL-like queries on CSVs/TSVs (and any other tabular text files).
+The q website is [here](http://harelba.github.io/q).
+
Main features:
* Seamless multi-table SQL support, including joins. filenames are just used instead of table names (use - for stdin)
* Automatic column name and column type detection (Allows working more naturally with the data)