GT-SQLiteBrowser

Description

Inspector views on SQLite databases for the Glamorous Toolkit

Details

Source
GitHub
License
MIT
Stars
7
Forks
2
Created
May 6, 2022
Updated
June 30, 2025

Categories

Database UI / Graphics IDE / Dev Tools

README excerpt

# GT-SQLiteBrowser

Inspector views on SQLite databases for the [Glamorous Toolkit](https://gtoolkit.com/)

## Installation

1. Launch Glamorous Toolkit and open a Playground.
2. Paste the following lines into the playground and run them

```
Metacello new
    baseline: 'SQLiteBrowser';
    repository: 'github://khinsen/GT-SQLiteBrowser:main/src';
    load.
```

## Use

Inspect the file reference of an SQLite database file:

![sqlite-browser](https://user-images.githubusercontent.com/94934/167132670-11618051-327a-494e-a183-9d1f7c07c42a.png)

(The database shown here is the sample database from [this SQLite Tutorial](https://www.sqlitetutorial.net/).)
← Back to results