We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To let you specify the exact columns you want. Based on the -c option to sqlite-utils search in #192.
-c
sqlite-utils search
The text was updated successfully, but these errors were encountered:
(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"},
Sorry, something went wrong.
6863dc2
Release 3.0a0
6785e89
Refs #192 #193 #194 #196 #199 #198 #197 #200
Release 3.0
6863773
Refs #192 #193 #196 #199 #198 #197 #200 #201 Closes #194
No branches or pull requests
To let you specify the exact columns you want. Based on the
-c
option tosqlite-utils search
in #192.The text was updated successfully, but these errors were encountered: