🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

sqliteview

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqliteview

Visualize SQLite files

1.0.1
96

Supply Chain Security

100

Vulnerability

98

Quality

100

Maintenance

100

License

Unpopular package

Quality

This package is not very popular.

Found 1 instance in 1 package

Network access

Supply chain risk

This module accesses the network.

Found 1 instance in 1 package

Maintainers
1

Description

Visualize SQLite files

Installation

pip install sqliteview

Usage

From command line:

python -m sqliteview --path PATH

OptionShortTypeDefaultDescription
--path-pString-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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts