gophergala2016/dbcom

Name: dbcom

Owner: gophergala2016

Description: Database Commander with oldschool ncurses-like UI

Created: 2016-01-22 19:20:37.0

Updated: 2016-01-24 17:45:05.0

Pushed: 2016-01-24 18:12:53.0

Homepage:

Size: 24

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

dbcom

Database Commander with oldschool ncurses-like UI. In memories of NC and clones :)

I planned features and UI of this app several years ago but each time can't find motivations to start it. Hackathon give me such motivation. Well after starting I found what this project requires significantly more time than couple of days during the hackathon. But I happy for spent time because work really has started. I will continue development in my repo http://github.com/grafov/dbcom

Happy hacking to all Gophergala participants! :)

Notes about development

In case you want code some apps with text based UI in Go I recommend you excellent library: https://github.com/nsf/termbox-go

But app like dbcom requires a bit more for easy working with text forms and widgets. There are couple of libs based on termbox offer such frameworks:

I used gocui with some patches but finally decide to rewrite package for satisfy needs of dbcom. This work in progress.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.