.Net
A simple SQL query builder based on string interpolation.
I wrote a simple SQL query builder based on string interpolation. It was inpired by ScalikeJDBC and fixes gap between query paramert definition and it value assigment. There how you code may looks like: This Read more…