Metadata-Version: 2.4
Name: seeqlite
Version: 0.1.0
Summary: A simple and interactive terminal viewer for SQLite databases.
Author-email: Daniel Bergmann <61001914+daniel-bergmann@users.noreply.github.com>
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Database
Classifier: Environment :: Console
Requires-Python: >=3.7
Description-Content-Type: text/markdown

SeeQLite

A simple and interactive terminal viewer for SQLite databases.

Installation

```
pip install seeqlite
```

Usage

Run the tool from your terminal by providing the path to an SQLite database file.

```
seeqlite ./db.sqlite3
```

You will be presented with a menu of tables to inspect.
