/sqleton

A minimal MySQL client built with electron and Vue

Primary LanguageJavaScriptMIT LicenseMIT

Sqleton

A minimal MySQL client built with electron and Vue.js

Project is under construction

  • Current and planned basic features:
    • Connect to MySQL server using host, port, username, password, no SSL/SSH connections yet.
    • Explore databases on server
    • Explore tables, open multiple tables with SELECT and DESCRIBE views
    • Write and execute queries
    • Add a new record to a table
    • Add a new table to a database

Development Environment Requirements

  • Node >= 8.9
  • yarn >= 1.7

Setup

  • yarn install
  • yarn dev