Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lusingander/eledminer
Desktop application for database management with Electron and Adminer ⚡️
https://github.com/lusingander/eledminer
adminer database-management electron elm mysql sqlite
Last synced: about 6 hours ago
JSON representation
Desktop application for database management with Electron and Adminer ⚡️
- Host: GitHub
- URL: https://github.com/lusingander/eledminer
- Owner: lusingander
- License: mit
- Created: 2020-08-03T14:03:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T17:01:43.000Z (almost 2 years ago)
- Last Synced: 2024-04-30T07:17:32.221Z (7 months ago)
- Topics: adminer, database-management, electron, elm, mysql, sqlite
- Language: Elm
- Homepage:
- Size: 5.01 MB
- Stars: 15
- Watchers: 3
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
eledminer
====Desktop application for database management with [Electron](https://www.electronjs.org/) and [Adminer](https://www.adminer.org/)
## About
> 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.
### Supported
- MySQL
- TCP/IP connection
- SQLite### Not supported yet
- MySQL
- using SSL
- socket/pipe
- over SSH
- other databases
- might work, but not tested## Features / Screenshot
### Connections management
Eledminer makes it easy to save and manage connections.
### SQLite
You can open SQLite database by simply specifying the file path.
## Installation / Development
```
$ npm install
$ npx elm install
$ npm run build
$ npm start
```## Requirements
PHP 7+