flamengo
v0.0.15
Published
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**.
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.
components
- vuejs
- hapijs - halis
- redis
- es7 babel
- webpack2
- sequelize
usage
npm install -g flamengo
REDIS=redis://:dev@localhost:16379/9 [HOST=127.0.0.1 PORT=8080] flamengoshortcuts
- 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
# preparingdevleopment process
npm install -g yarn
git clone https://github.com/eseom/flamengo
cd flamengo
yarn
cp settings.sample.js settings.js
# edit settings.js
yarn dev
open http://localhost:3000