https://github.com/mpepping/docker-sqlectron-term
https://github.com/mpepping/docker-sqlectron-term
docker ncurses node sql sqlectron
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mpepping/docker-sqlectron-term
- Owner: mpepping
- Created: 2017-10-25T17:43:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-25T18:22:55.000Z (over 8 years ago)
- Last Synced: 2025-01-27T06:35:48.489Z (over 1 year ago)
- Topics: docker, ncurses, node, sql, sqlectron
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sqlectron-term
[sqlectron-term](https://sqlectron.github.io) is a node/ncurses based database-client for the cli. Currently sqlectron supports MySQL and Postgres.
## Usage
Quick && dirty
docker run -ti mpepping/sqlectron-term
Persisting state locally:
docker run -ti -v \
$PWD/Sqlectron:/home/sqlectron/.config/Sqlectron \
mpepping/sqlectron-term
Change the default `vim` editor to `nano`:
docker run -ti -v --env EDITOR=nano \
mpepping/sqlectron-term
## References
*
*
*