absinthe_tutorial icon indicating copy to clipboard operation
absinthe_tutorial copied to clipboard

Switch to SQLite for the Absinthe Tutorial

Open kevinastone opened this issue 7 years ago • 2 comments

Moving from Postgres to SQLite removes a system dependency and allows one to setup a working environment faster.

kevinastone avatar Dec 20 '17 20:12 kevinastone

Hmm, there's hard-coded postgresql in the tutorial:

https://github.com/kevinastone/absinthe_tutorial/blob/master/lib/blog/content/content.ex#L9

kevinastone avatar Dec 20 '17 20:12 kevinastone

Updated the where clause to just use date(published_at) == $date

kevinastone avatar Dec 20 '17 20:12 kevinastone