absinthe_tutorial
absinthe_tutorial copied to clipboard
Switch to SQLite for the Absinthe Tutorial
Moving from Postgres to SQLite removes a system dependency and allows one to setup a working environment faster.
Hmm, there's hard-coded postgresql in the tutorial:
https://github.com/kevinastone/absinthe_tutorial/blob/master/lib/blog/content/content.ex#L9
Updated the where clause to just use date(published_at) == $date