Skip to content

qwesda/AOC2021-postgresql

Repository files navigation

AOC2021-postgresql

Let's see how far this can go ...

All input is assumed to be already ingested in a table like:

CREATE TABLE aoc."2021_day_01" (
    id integer GENERATED ALWAYS AS IDENTITY PRIMARY KEY,
    data text
);

About

Advent of Code 2021 done with vanilla postgresql.

Topics

Resources

License

Stars

Watchers

Forks