
PostgreSQL
SQL and Business Logic
Business logic is supposed to be the part of the application where you deal with customer or user facing decisions and computations. It is often argued that this part …
2 posts

Business logic is supposed to be the part of the application where you deal with customer or user facing decisions and computations. It is often argued that this part …
Kris Jenkins cooked up a very nice way to embed SQL in your code: YeSQL for Clojure. The main idea is that you should be writing your SQL queries in .sql files in your …