Skip to content

Instantly share code, notes, and snippets.

@Arakaki
Created August 31, 2013 09:17
Show Gist options
  • Save Arakaki/6397132 to your computer and use it in GitHub Desktop.
Save Arakaki/6397132 to your computer and use it in GitHub Desktop.
val now = DateTime.now
sql"""
insert into members (id, name, memo, created_at, updated_at) values
(${123}, ${"Alice"}, ${None}, ${now}, ${now})
""".update.apply()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment