Commit 33c1d31
committed
Simple tool to run queries using the API
```
$ sudo python examples/run.py "select * from time"
================================================================================
hour => 12
seconds => 39
timestamp => Tue Aug 25 19:09:39 2015 UTC
unix_time => 1440529779
month => 8
weekday => Tuesday
year => 2015
iso_8601 => 2015-08-25T19:09:39Z
minutes => 9
day => 25
================================================================================
```1 parent b1304d0 commit 33c1d31
1 file changed
+25
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
0 commit comments