Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
euroderf
on May 4, 2022
|
parent
|
context
|
favorite
| on:
Why isn’t there a decent file format for tabular d...
All I'd want is a CLI tool that can dump an SQLite file so that it actually looks like a table (using "|", "-", "+", etc.), and maybe also accept grep-style filter specs (per specified column[s] of course).
tschan
on May 4, 2022
|
next
[–]
This sounds like an interesting weekend project. Are you saying you can't find anything for this?
euroderf
on May 4, 2022
|
parent
|
next
[–]
There is catsql[1] but it barfs in my Python environment.
[1]
https://github.com/paulfitz/catsql
aldonius
on May 5, 2022
|
prev
[–]
you can get a long way with something like
$ echo "<sqlite3 commands / sql queries>" | sqlite3 FILE
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: