Skip to content
This repository was archived by the owner on May 28, 2019. It is now read-only.

michaelglass/sql-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple SQL

This nifty app will let you visualize sql queries... in the most minimal way possible.

Setup

(We assume you already have a fairly recent ruby installed)

$ gem install bundler
$ bundle install

Bootstrap your database

For SQLite

$ ruby db/bootstrap_sqlite.rb

For Postgres

$ ruby db/bootstrap_postgres.rb

Start the app

For SQLite

$ ./run_with_reload.sh

For Postgres

$ ./run_with_reload postgres

And open http://localhost:4567

About

here's a skeleton to wrap your applications in

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •