stackoverflow-queries

StackOverflow Queries

Queries used on pzwd.net.

List

Contributing

Prepare

git clone https://github.com/pzwd-net/stackoverflow-queries.git

cd stackoverflow-queries

npm install

Format SQL files

npm run format-sql

Convert CSV to Markdown table

cat results/some.csv | node helpers/csv-to-markdown.js >> results/some.md

or

./helpers/csv2markdown.sh results/some.csv