Skip to main content

Visualize SQLite files

Project description

Description

Visualize SQLite files

Installation

pip install sqliteview

Usage

From command line:

python -m sqliteview --path PATH

Option Short Type Default Description
--path -p String - Path to SQLite file

Example

python -m sqliteview -p path/to/example.db

################################################################################

sqliteview by 5f0
Visualizes SQLite files

Current working directory: path/to/sqliteview

-->    Path: path/to/example.db
-->     MD5: faca5057ffe0b458638c7071bbbae313
-->  SHA256: e0bd07d00cf638d24b10235c02edbb67534ec821c11fc606dbfd5c4ca364c06c

Datetime: 01/01/1970 16:17:18

################################################################################

Tables
---
     --> fish
     --> dog


Table Information
---

 --> Table: fish
   Columns: ['id', 'name', 'species', 'tank']
 Row Count: 2
       ---
       (1, 'Sammy', 'shark', 1)
       (3, 'Carl', 'goldfish', 8)
       ---

 --> Table: dog
   Columns: ['id', 'name', 'species', 'garden']
 Row Count: 2
       ---
       (1, 'Bill', 'shepard', 1)
       (2, 'Tom', 'little', 7)
       ---


################################################################################

Execution Time: 0.000972 sec

License

MIT

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

sqliteview-1.0.1.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distribution

sqliteview-1.0.1-py3-none-any.whl (5.9 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