Querying data
This page describes how to query data in Lenses via the CLI.
Browsing
lenses-cli query \
--keys \
--meta "SELECT score, author FROM reddit_posts LIMIT 50"Execute with stats and show offsets
lenses-cli query \
--stats "SELECT score, author FROM reddit_posts LIMIT 50"Live
Interactive shell
Last updated
Was this helpful?

