Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sqlite-utils rows -c option #200

Closed
simonw opened this issue Nov 7, 2020 · 1 comment
Closed

sqlite-utils rows -c option #200

simonw opened this issue Nov 7, 2020 · 1 comment
Labels
cli-tool enhancement New feature or request
Milestone

Comments

@simonw
Copy link
Owner

simonw commented Nov 7, 2020

To let you specify the exact columns you want. Based on the -c option to sqlite-utils search in #192.

@simonw simonw added enhancement New feature or request cli-tool labels Nov 7, 2020
@simonw simonw added this to the 3.0 milestone Nov 7, 2020
@simonw
Copy link
Owner Author

simonw commented Nov 7, 2020

(sqlite-utils) sqlite-utils % sqlite-utils rows 24ways-fts4.db articles -c title -c author | head -n 3
[{"title": "Why Bother with Accessibility?", "author": "Laura Kalbag"},
 {"title": "Levelling Up", "author": "Ashley Baxter"},
 {"title": "Project Hubs: A Home Base for Design Projects", "author": "Brad Frost"},

@simonw simonw closed this as completed in 6863dc2 Nov 7, 2020
simonw added a commit that referenced this issue Nov 7, 2020
simonw added a commit that referenced this issue Nov 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli-tool enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant