Skip to main content

SQLiteExplorer is an application for manipulating SQLite databases from the command line.

Project description

SQLiteExplorer is a command-line application designed for the manipulation of SQLite databases. With SQLiteExplorer, you can easily visualize table schemas, execute SQL queries, manage data within tables, and list tables and columns. It provides a convenient and efficient way to interact with SQLite databases directly from the command line.

Features

Visualization of table schemas. Execution of SQL queries. Data management in tables. Listing of tables and columns.

Quick Start

Install

pip install sqlite-explorer

Usage

sqlexp --help
Usage: sqlexp [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  data          Retrieve and print data for a specific table.
  exec          Execute a SQL statement in the database.
  list-columns  List columns for a specific table.
  list-tables   List all tables in the database.
  schemas       Print schema for all tables in the database.
  table         Print schema for a specific table.

License

This project is licensed under the GNU-GPL License. See the LICENSE file for more details.

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

sqlite-explorer-0.1.1.tar.gz (43.3 kB view hashes)

Uploaded Source

Built Distribution

sqlite_explorer-0.1.1-py3-none-any.whl (32.1 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