|
|
|
|
|
by ejflick
862 days ago
|
|
I've found embedding raw SQL into my code has been beneficial in two ways: 1. Hot reloading code. As a Java developer, this is important for prototyping as I can iterate quicker. 2. Clarity. I can read exactly what's going on and I know exactly what query is being executed. |
|