Skip to main content

A python CLI client for composing SQL queries with content-based and history-aware auto-completion

Project description

SQLACT (SQL Auto-complete)

A python command-line client for composing SQL queries with content-based and history-aware input prediction

Get it

pip: pip3 install sqlact Docker: docker build -t sqlact . Brew: brew update && brew install sqlact

Run it

Run: sqlact postgresql://[user[:password]@][netloc][:port][/dbname][?extra=value[&other=other-value]]

Use it

TODO

Enjoy it

  • Suggests SQL keywords as you type a SQL query
  • Schema-based auto-completion (suggests table columns)
  • Content-based completion (suggests predicate values based on sample)
  • History-aware completion

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

sqlact-0.0.3.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

sqlact-0.0.3-py3-none-any.whl (2.2 kB view hashes)

Uploaded 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