Skip to content

Instantly share code, notes, and snippets.

View mmoehrlein's full-sized avatar
🦄
fabulous

Michael Möhrlein mmoehrlein

🦄
fabulous
View GitHub Profile
-- Window Function examples
-- PostgreSQL conference South Africa 2018
-- By Willem Booysen
-- Youtube: https://www.youtube.com/watch?v=blHEnrYwySE
-- Create database and templates for demo
DROP DATABASE IF EXISTS WindowFunctions;
CREATE DATABASE WindowFunctions;
@mmoehrlein
mmoehrlein / package.json
Last active February 19, 2019 14:45 — forked from adamreisnz/package.json
package.json template/ standard
{
"name": "projecttemplate",
"description": "",
"version": "1.0.0",
"homepage": "https://moehrlein.io",
"author": "Michael Moehrlein <code@moehrlein.io> (moehrlein.io)",
"license": "ISC",
"keywords": [],
"private": true,
"repository": "github:mmoehrlein/",