Desktop application for database management with Electron and Adminer
This app is under development...
Eledminer is the Electron application to manage and connect to the Adminer launched locally.
The application starts the php server as local background process and runs Adminer on it, and manage databases using Electron's BrowserView.
- MySQL
- TCP/IP connection
- SQLite
- MySQL
- using SSL
- socket/pipe
- over SSH
- other databases
- might work, but not tested
Eledminer makes it easy to save and manage connections.
You can open SQLite database by simply specifying the file path.
$ npm install
$ npx elm install
$ npm run build
$ npm start
PHP 7+