https://github.com/timwis/dataface-electron
Desktop application to manage Postgres databases
https://github.com/timwis/dataface-electron
Last synced: 4 months ago
JSON representation
Desktop application to manage Postgres databases
- Host: GitHub
- URL: https://github.com/timwis/dataface-electron
- Owner: timwis
- License: mit
- Created: 2016-03-13T00:10:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-13T11:22:59.000Z (almost 9 years ago)
- Last Synced: 2024-12-30T07:24:30.053Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 115 KB
- Stars: 15
- Watchers: 4
- Forks: 2
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Dataface
Desktop application to manage Postgres databases (**Work in Progress**)## Background
Have you ever wanted to open a database, create a table, add a few fields and some data?
So has just about every other developer! So why is there no free, open source, multi-platform
application with a modern-looking UI available? And if there were, it would probably be just
for one flavor of database.Dataface aims to be just that, and hopefully for multiple flavors of database (at least Postgres
and MySQL, maybe more). It won't be as fully-featured as some of the other tools out there,
but it will provide the simple stuff simply.## Technology
Dataface is a JavaScript application using the
[:steam_locomotive::train::train::train::train::train:](https://github.com/yoshuawuyts/choo/)
[choo](https://github.com/yoshuawuyts/choo/)
framework. It's almost entirely client-side, but since it needs to access databases, it's
built as a cross-platform desktop application using [electron](http://electron.atom.io/).## Development
* Clone the repository and install dependencies via `npm install`
* Run the electron app via `npm start`