Skip to content

Instantly share code, notes, and snippets.

View nihirash's full-sized avatar
🪧
I may be slow to respond.

Alexander Sharikhin nihirash

🪧
I may be slow to respond.
View GitHub Profile
@nihirash
nihirash / config.clj
Created December 23, 2017 20:57
Simplest ever migrations for clojure project.
(ns config)
(def db-spec (or (System/getenv "DATABASE_URL")
"postgres://pin:password@localhost:5432/pin"))