bcdata_py
bcdata_py copied to clipboard
add --count to cat and/or dump, or add head command
Requesting just a small set of features is often handy, and is much faster than piping bcdata cat into head.
Could use curl directly, but it would be simple to implement here - a --count option is already present in bc2pg.
Maybe:
bcdata head -n
or
bcdata cat -c