Skip to content

Instantly share code, notes, and snippets.

View hungtd9's full-sized avatar

Hung Tran Duc hungtd9

  • Ho Chi Minh City
View GitHub Profile
@davegurnell
davegurnell / anorm.scala
Last active February 26, 2025 11:45
A short guide to Anorm
/*
Overview
--------
To run a query using anorm you need to do three things:
1. Connect to the database (with or without a transaction)
2. Create an instance of `anorm.SqlQuery` using the `SQL` string interpolator
3. Call one of the methods on `SqlQuery` to actually run the query