This was an indirect fork of this github project: https://github.com/fiadliel/http4s-talk
Repository for http4s talk (scala meetup)
CREATE DATABASE demo;
\c demo;
create table people (id serial primary key, first_name text, family_name text, registered_at timestamp with time zone);