welcome: please sign in
location: SQLiteManager

SQLite Manager

SQLite Manager is an extension that lets you manage any SQLite database.

Status

Working

Installation

1. Download the .xpi file from the releases page.

2. Follow the instructions described here.

Configuration

Define an interactive command:

interactive(
    "sqlite", "Open the SQLite Manager",
    function (I) {
        load_url_in_new_buffer("chrome://sqlitemanager/content/sqlitemanager.xul");
    });

To run SQLite Manager, hit:

M-x sqlite

Conkeror.org: SQLiteManager (last edited 2015-08-22 10:47:16 by ebzzry)