Inspector views on SQLite databases for the Glamorous Toolkit
# 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:

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