Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eseom/flamengo
psql on web
https://github.com/eseom/flamengo
hapi postgresql psql query vuejs web
Last synced: 25 days ago
JSON representation
psql on web
- Host: GitHub
- URL: https://github.com/eseom/flamengo
- Owner: eseom
- Created: 2017-06-07T13:36:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-15T05:28:52.000Z (over 7 years ago)
- Last Synced: 2024-09-27T18:40:53.182Z (about 1 month ago)
- Topics: hapi, postgresql, psql, query, vuejs, web
- Language: CSS
- Size: 1.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# overview
### :dancer: "*I just wanna QUERY*"If you like `psql` and `terminal`, you should type same queries again and again, If you like `web` also, you could execute queries, explorer results conveniently with **Flamengo**.
[![npm version][npm-badge]][npm-url]
# components
* vuejs
* hapijs - [halis](https://github.com/eseom/hails)
* redis
* es7 babel
* webpack2
* sequelize# usage
```
npm install -g flamengo
REDIS=redis://:dev@localhost:16379/9 [HOST=127.0.0.1 PORT=8080] flamengo
```# shortcuts
- i: open new query editor and focus
- d: ask to delete 1 section
- continous d: delete 1 section (d d)
- continues esc: cancel to delete (d esc)
- j: previous query result
- k: next query result
- enter: make editable current section# screenshot
```
# preparing
```# devleopment process
```
npm install -g yarngit clone https://github.com/eseom/flamengo
cd flamengo
yarn
cp settings.sample.js settings.js
# edit settings.js
yarn dev
open http://localhost:3000
```[npm-url]: https://www.npmjs.com/package/flamengo
[npm-badge]: https://img.shields.io/npm/v/flamengo.svg