ivan770 / pinesql

Electron-based SQL editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PineSQL

PineSQL is Electron-based SQL manager, which can help you manage your MySQL database, execute remote code, and use constructor to build requests (coming soon).

Screenshot

Commands and syntax

Commands are available from this page.

To use port, different then 3306, use hostname:port, e.g ping localhost:1234 admin admin

'querydb' supports building response, using build parameter. e.g querydb localhost admin admin db build

Installation

  1. Download installer from releases
  2. Open it, wait until installation ends.
  3. App should open automatically, and add shortcut to Start Menu and desktop.

Credits

ivan770 as ivan770

Pinecone made by Freepik from Flaticon

Installation (old way)

  1. Download source-code from GitHub
  2. Use npm i and wait until package installation ends
  3. Finally, execute npm start.

About

Electron-based SQL editor

License:MIT License


Languages

Language:HTML 58.7%Language:JavaScript 31.1%Language:CSS 10.2%