Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 390 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 390 Bytes

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

docker pull postgres