Code Monkey home page Code Monkey logo

sqlectron-gui's Introduction

Slack Status Build


A simple and lightweight SQL client with cross database and platform support.

Demo (version 1.0.0)

demo

  • Databases - List of current supported databases.
  • Download - Installers, binaries and source.
  • Configuration - List of saved servers and custom configurations.
  • App Docs - Helper docs about the app.
  • Terminal - A terminal-based interface of Sqlectron.
  • Contribute - Details on how you can contribute to Sqlectron.

How to pronounce

It is pronounced "sequel-eck-tron" - https://translate.google.com/?source=osdd#en/en/sequel-eck-tron

sqlectron-gui's People

Contributors

alexmylonas avatar barneydmedia avatar blakek avatar bornap avatar brettfarrow avatar dependabot[bot] avatar emerzh avatar haivp3010 avatar hugmanrique avatar kas avatar kbradl16 avatar krippz avatar krolow avatar lucaxchaves avatar masterodin avatar maxcnunes avatar mitchellcash avatar nathansimpson5 avatar s-kem avatar sami-sweng avatar samuelgrf avatar synle avatar t-howell avatar tgrecojs avatar tomch3ng avatar trevormichael avatar vitaly-t avatar vkolmakov avatar vmitchell85 avatar wfrsh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sqlectron-gui's Issues

Close non selected database

Now when I switch database inside the postgres database then the old one still shows all the columns a good idea would be to not show the columns of the non selected database.

First realease

I think for the first release we need to achieve these goals:

  • Use awesome libs and frameworks (Electron, React, Redux, React-Router, Webpack, ...)
  • Manage connections (initial page)
  • SSH connections
  • Execute SQL query
  • Syntax highlight
  • Shortcuts
  • Filter databases and tables (search box in the sidebar)
  • Change connected database clicking over any database in the sidebar
  • Splash screen
  • Loading screen (show while connecting to the server)
  • Application header (with logo + bread crumb)
  • Show the status of the server in the bottom of the screen
  • Documentation
  • Create build task for mac, linux and windows

File nomenclature keep one standard

So far we are using different standards to give the name for files for example:

actions

constants

etc..

Some files start in Uppercase, others in lowercase, what about we keep one standard between them?

  • A. myFile.jsx
  • B. my-file.jsx
  • C. MyFile.jsx

Same happens with the name given for the files, some keep one suffix others not like:

and...

I'd say we can also keep some standard, or use a suffix like DatabaseReducer.js DatabaseListController.js or does not use the suffix...

What should we use/follow guys? @maxcnunes @esnunes

Cannot delete records

When running

delete from `table` where id in (7, 20, 24, 25);

I get the error:

Cannot read property 'map' of undefined.

SSL Mode

Currently there seems to be no way to connect to a heroku postgres db due to ssl mode. I tried adding the query param ?sslmode=require to the url but no luck. Any thoughts on how this might be accomplished?

Homebrew Cask

Would be great to be able to install this via homebrew cask.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.