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
, orpsql
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 details)
Built Distribution
sqimple-0.1.1-py2.py3-none-any.whl
(113.3 kB
view details)
File details
Details for the file sqimple-0.1.1.tar.gz
.
File metadata
- Download URL: sqimple-0.1.1.tar.gz
- Upload date:
- Size: 300.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.25.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 195fc55648978abd5e7574ca503a3e38f4464ad675db0aaa39d073a518c2c8fd |
|
MD5 | 5b084221a3567792e0856531c317889c |
|
BLAKE2b-256 | c11699a21d65063d4f9d143c0f3cf1532a19bba664b0706280ce8a07dbb8a4fd |
File details
Details for the file sqimple-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: sqimple-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 113.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.25.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e119b7f6eb612d7f0afbbee9c1ba9a3835ce9617e9660640bff1de54489931cb |
|
MD5 | a8ab84784531fd607387af0ced1c313f |
|
BLAKE2b-256 | 1bb5c77f39f7ede3cc96c8066461ebf451cc295d293850ce6c33ef0e1d8d44c0 |