Coder Social home page Coder Social logo

romanovroman / dbglass Goto Github PK

View Code? Open in Web Editor NEW

This project forked from web-pal/dbglass

0.0 2.0 0.0 2.55 MB

PostgreSQL client built with Electron.

Home Page: http://dbglass.web-pal.com

License: MIT License

JavaScript 83.68% HTML 0.98% CSS 15.35%

dbglass's Introduction

DBGlass

Code Quality

Simple cross-platform PostgreSQL client. Built with Electron, React, Redux, FixedDataTable.

Features

  • Straightforward and easy UI for creating, reading, updating and deleting your data without writing queries
  • Rich markdown editor for your text data
  • Simple constraint editor
  • Connect to through SSH tunnel using password of public key
  • Incredibly fast presentation of large tables

How To Use

You can either

Extract it somewhere, and then run the executable.

or

Package app manually from sources

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/web-pal/dbglass
# Go into the repository
cd dbglass
# Install dependencies and run the app
npm install && npm run dev

App will be running in development mode at this point, in which you can:

Toggle Chrome DevTools
  • OS X: Cmd Alt I or F12
  • Linux: Ctrl Shift I or F12
  • Windows: Ctrl Shift I or F12

See electron-debug for more information.

Ignore default modules

We add some module's peerDependencies to ignore option as default for application size reduction.

  • babel-core is required by babel-loader and its size is ~19 MB
  • node-libs-browser is required by webpack and its size is ~3MB.

Note: If you want to use any above modules in runtime, for example: require('babel/register'), you should move them form devDependencies to dependencies.

Pack into an app for your platform from command line:
npm run package
Building windows apps from non-windows platforms

Please checkout Building windows apps from non-windows platforms.

License MIT

dbglass's People

Contributors

ilya-lopukhin avatar oogxdd avatar raxkin avatar vladimirpal avatar y-takey avatar

Watchers

 avatar  avatar

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.