HVF / franchise
- понедельник, 25 сентября 2017 г. в 03:15:00
🍟 a notebook sql client. what you get when have a lot of sequels.
a sql notebook
Franchise is a lightweight but powerful SQL tool with a notebook interface. You can use it online at franchise.cloud.
There's an online version of franchise right here.
Otherwise, here's how to build this project:
If you don't have npm or yarn, install yarn.
Open up a terminal and run
git clone --depth 1 https://github.com/HVF/franchise.gitcd into the project directory
cd franchiseInstall the project dependencies
yarn install(you can also run npm install)
Start the dev server
yarn start(you can also run npm start)
Open up a browser and go to http://localhost:3000
Edit some files in franchise/src.
When you save your edits, and the browser will automatically reload.
(optional) Add a bunch of great functionality and send a PR!