
Security News
TC39 Advances 11 Proposals for Math Precision, Binary APIs, and More
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.
REPL for BigQuery
Commands:
\?, \h, \help Print this stuff
\d, \datasets [PROJECT] List datasets in current project (or another project)
\p, \projects [PROJECT] List projects
Will switch projects when provided as parameter
\t, \tables [PROJECT.]DATASET List tables in a dataset
\c, \columns [PROJECT.]DATASET.TABLE List columns in a table
\x, \expanded Toggle expanded view on/off.
Shorthand for \set expanded BOOL
\clear, clear Clear screen
Options:
\set VARIABLE VALUE
Available options:
- project PROJECT_ID Set current project to PROJECT_ID
- maxrows INT Maximum rows displayed (default=100)
- maxwidth INT Maximum column width in non-expanded view (default=50)
- max_expanded_width INT Maximum column width in expanded view (default=100)
- expanded BOOL Expanded view (default=False)
- format_integer STR Integer display format (default=",d")
- format_float STR Float display format (default=",.4f")
$ bqrepl --help
Usage: bqrepl [OPTIONS]
REPL for BigQuery
Options:
-c, --credentials-file TEXT path to credentials .json
-p, --project TEXT Use specific project instead of inferring from
credentials
--help Show this message and exit.
$ pip install bqrepl
Python dependencies:
Stuff to implement, in no particular order:
Essentials
Command line arguments:
code completion:
BQ commands
Extras
FAQs
REPL for Big Query
We found that bqrepl demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.