khinsen / GT-SQLiteBrowser

Inspector views on SQLite databases for the Glamorous Toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GT-SQLiteBrowser

Inspector views on SQLite databases for the Glamorous Toolkit

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

(The database shown here is the sample database from this SQLite Tutorial.)

About

Inspector views on SQLite databases for the Glamorous Toolkit

License:MIT License


Languages

Language:Smalltalk 100.0%