Skip to main content

CLI based SQL client for local data

Project description

clidb

screenshot

clidb is a command line sql client for individual data files, allowing these to be queried (even joined) and viewed. It natively supports CSV and parquet formats, with support for other file types available via the optional extras dependency.

Data Formats

The following file types can be opened as views in clidb without extras:

  • csv
  • parquet(.gz)

With pandas installed, the following are also supported:

  • json(l)
  • xls(x)
  • clipboard
  • ...

Usage

This package can be installed with:

pip install "clidb[extras]"

and executed via:

clidb

Arguments

If a filename is supplied as an argument to clidb then it will open the data file as a view.

If a directory or S3 path is supplied then the directory view will open in that location.

For example:

clidb data/iris.csv

or

clidb s3://somebucket/data/

The contents of the clipboard can be converted into a view (e.g. after copying from Google Sheets), using the --clipboard argument:

clidb --clipboard

For some data sources, it can be helpful to render lines that separate rows. This can be enabled via the row-lines option:

clidb --row-lines

Advanced Usage

New views can be created from an opened file. For example if iris.csv was opened as the view iris, then we could create a new view:

create view iris_variety as (select variety, avg("petal.length") from iris group by variety)

create view

Views can be joined together, for example:

select * from iris natural join iris_variety

join

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

clidb-0.2.3.tar.gz (10.5 kB view details)

Uploaded Source

Built Distribution

clidb-0.2.3-py3-none-any.whl (10.9 kB view details)

Uploaded Python 3

File details

Details for the file clidb-0.2.3.tar.gz.

File metadata

  • Download URL: clidb-0.2.3.tar.gz
  • Upload date:
  • Size: 10.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.9.10 Darwin/22.1.0

File hashes

Hashes for clidb-0.2.3.tar.gz
Algorithm Hash digest
SHA256 96d7fa15037634ed8365387bfe09005f836495d33759c575f788755f9c9731c6
MD5 d457b550e32fd5120e7a50fc088d7466
BLAKE2b-256 2c2a4a54343b059a05b68659ef666c4e9c4cc051b7f507cd3a1b244550ecbe84

See more details on using hashes here.

File details

Details for the file clidb-0.2.3-py3-none-any.whl.

File metadata

  • Download URL: clidb-0.2.3-py3-none-any.whl
  • Upload date:
  • Size: 10.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.9.10 Darwin/22.1.0

File hashes

Hashes for clidb-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 5e69c032fdcbaff21d4a3cc75413ae05307f27541df50c38762db9e61cdc5c9b
MD5 7c777591e39a20a0d1452387f27a8723
BLAKE2b-256 22efb865afd01060d3ed85bad9dda8a92ce0c6d7c438ac666f72d706b9cad72d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page