Skip to content

Instantly share code, notes, and snippets.

@gnois
gnois / 1_stripe-schema.md
Created September 24, 2020 09:57 — forked from FGRibreau/1_stripe-schema.md
Stripe database schema (extracted from their sigma product) as of 2019-10-09
jqn -r markdown-table 'map(x => "## " + x.name + "\n\n" + markdownTable(x.columns.map(y => [y.name, y.type]))  ) | join("\n\n")' < /tmp/stripe.json

accounts

id varchar
business_name varchar
business_url varchar
@gnois
gnois / .gitignore
Created February 11, 2020 03:11 — forked from twolfson/.gitignore
Proof of concept to explore timezones in PostgreSQL and between server/browser
node_modules/
.vagrant/