An open API service indexing awesome lists of open source software.

https://github.com/ivan770/pinesql

Electron-based SQL editor
https://github.com/ivan770/pinesql

electron javascript mysql mysql-client nodejs sql sql-client

Last synced: 4 months ago
JSON representation

Electron-based SQL editor

Awesome Lists containing this project

README

          

# 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](https://raw.githubusercontent.com/ivan770/pinesql/master/img/screenshot3.png)

# Commands and syntax
Commands are available from [this](https://github.com/ivan770/pinesql/wiki/PineSQL-friendly-commands) 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](https://github.com/ivan770/pinesql/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](https://github.com/ivan770/)

Pinecone made by [Freepik](http://www.freepik.com/) from [Flaticon](http://www.flaticon.com/)

### Installation (old way)
1. Download source-code from GitHub
2. Use `npm i` and wait until package installation ends
3. Finally, execute `npm start`.