yspolat / mysql-lookup-editor

MySQL lightweight client GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

MySQL Lookup Editor

Developed with Java Swing, it's a light-weight and useful GUI for MySQL.

Features

  • Connect any MySQL Server with credentials.
  • View schemas in MySQL database.
  • Run CRUD operations (Select, Insert, Update and Delete).
  • When a select query run, the output is shown as a table, all fields are sortable, and also the table is filterable for all fields.
  • When a update,insert and delete query run, the number of rows effected is shown.
  • List tables of the database connected.
  • Run a certain selection of the query text.
  • User interface (UI) is flexible, nice looking and provides all functions above.

Screenshots

alt text alt text alt text alt text alt text

Reference: Altuğ Tanaltay/Sabanci University

About

MySQL lightweight client GUI


Languages

Language:Java 100.0%