https://github.com/gernest/qlql
https://github.com/gernest/qlql
database electron golang gopherjs ql vecty
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gernest/qlql
- Owner: gernest
- Created: 2017-01-21T10:08:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-27T21:40:18.000Z (over 8 years ago)
- Last Synced: 2025-04-08T19:48:00.430Z (3 months ago)
- Topics: database, electron, golang, gopherjs, ql, vecty
- Language: Go
- Size: 134 KB
- Stars: 26
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qlql
GUI for ql database made with gopherjs, [vecty](https://github.com/gopherjs/vecty) and electron.

# Usage
See hacking below. There is nothing really useful here except to demonstrate how
you can use gopherjs to build electron applications.# Hacking
You need
- go
- gopherjs
- npm
- a brave heartThen
- clone the repo
- run `npm install`
- run `git submodule update`
- run `go get ./...`
- run `make build-go` to build the ap1 server
- run `make ` to build the app
- run `npm start` to start the electron appSo, somehow the `make build-go` won't work. Because I have made changes to
vecty that are only available to my fork. Replace vecty packages with my fork
of vecty before you proceed.Umh! did I forgot to say you might need a brave heart! :)