Skip to content

Sharing server for SQL documents created with SQL Tabs, forked to add docker-compose config

License

Notifications You must be signed in to change notification settings

tennox/sqlshare

 
 

Repository files navigation

SQL Share

Sharing server for SQL documents created with SQL Tabs.

Installation

git clone https://github.com/sasha-alias/sqlshare.git
cd sqlshare
psql postgres://user@host:port/dbname -f db/create.sql
npm install
export SQLSHARE_PORT = 8080
export SQLSHARE_DB = postgres://user@host:port/dbname
npm start

Using Docker-compose

Start: docker-compose up -d Stop: docker-compose down Reset: docker-compose down -v

About

Sharing server for SQL documents created with SQL Tabs, forked to add docker-compose config

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 94.4%
  • JavaScript 4.1%
  • HTML 1.2%
  • PLpgSQL 0.3%