Hacker News new | past | comments | ask | show | jobs | submit login

There's a command line tool called q, which allows performing SQL-like queries directly on text files, basically treating text as data and auto detecting column types.

http://harelba.github.io/q/




Neat, but auto-detection is exactly what I don't want. We have structure on one side. Why round-trip it through an unstructured format and attempt to guess the exact same structure on the other side? If I guess wrong, it's a security hole.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: