Skip to main content

sqlhild SQLifies everything

Project description

Command line

You can run queries from the command line.

sqlhild 'select * from `sqlhild.example.OneToTen`'

You can load modules.

sqlhild -m botoquery/__init__.py "select EnvironmentName from EBEnvironment"

If you don’t have command line options you can just pass the whole SQL query as if the command was “echo”. Watch out for shell globbing!

sqlhild select '*' from `sqlhild.example.OneToTen`

You can put the module path as the parent of your table

sqlhild select '*' from `botoquery/ecs.py.Clusters`

Postgres mode

sqlhild in server mode runs a Postgres facade. You can use your favourite Postgres client to play around with sqlhild tables.

sqlhild --server 0.0.0.0:10000 --modules sqlhild.example

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

sqlhild-0.1.1.tar.gz (445.3 kB view hashes)

Uploaded Source

Built Distribution

sqlhild-0.1.1-py2.py3-none-any.whl (463.3 kB view hashes)

Uploaded Python 2 Python 3

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