Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 ⚡️

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+