Skip to main content

Simple SQL Web Interface

Project description

Sqimple

Simple SQL Web Interface for sqlite, mysql, and postgres databases.

Intended to be a step between the DBMS' interactive command line interface and a fully-featured SQL GUI client.

Usage

python -m pip install sqimple

One of:

  • sqlite

    sqimple sqlite mydb.sqlite
    
  • mysql

    sqimple mysql -u someusername -p mypassword --host db.example.com some_database
    
  • postgres

    sqimple pg -U username -d database
    

and then visit http://localhost:5000 in your browser.

See the help or subcommand help for more options:

sqimple --help
sqimple mysql --help

Notes

  • no state is persisted between query executions
  • for postgres passwords, use a ~/.pgpass file
  • when saving the query to a file, if the specified filename already exists it will be overridden
  • relies on sqlite3, mysql, or psql commands being installed

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

sqimple-0.1.1.tar.gz (300.3 kB view hashes)

Uploaded Source

Built Distribution

sqimple-0.1.1-py2.py3-none-any.whl (113.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